Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Capturing HTTP requests

Tags:

c#

http

Is there a way to monitor and capture all outgoing HTTP requests from a machine using C#?

I need a browser independent way of logging visited URLs.

like image 332
Robert Morgan Avatar asked Feb 10 '09 15:02

Robert Morgan


People also ask

How do I capture a request using Postman?

Using the Postman proxy If you start a debug session while the proxy is enabled, Postman can capture any HTTP or HTTPS traffic passing through the proxy. You can then search or filter the requests, or save them to a collection. Learn more about capturing HTTP requests and capturing HTTPS traffic.

What website can be used to catch HTTP requests from a server?

You can use RequestBin to create a public endpoint to receive and inspect HTTP requests from any source, and easily inspect the headers, payload and more.


1 Answers

I use fiddler ( http://www.fiddler2.com )

like image 68
Rob Avatar answered Oct 04 '22 11:10

Rob