I’m sending an HttpWebRequest to a remote server. The remote server is rejecting my request.
How can I capture the raw format of my outgoing request without using wireshark or something like that?
I tried adding Trace=”true” TraceMode=”SortByTime” to the aspx page, but this appears to capture only incoming requests.
I tried to enable tracing as per this post, but it doesn’t seem to generate a log file anywhere. Would network.log be in the root of the site? It’s not there and I’ve searched my computer / the website for it.
Thank you in advance
Why dont you use some tool like Fiddler. You would be able to see the whole packt