开发者

Debug: How can i look at my browsers output?

开发者 https://www.devze.com 2022-12-28 06:13 出处:网络
I have this ques开发者_JS百科tion https://stackoverflow.com/questions/2688464/ajax-request-from-net-give-me-unexpected-results

I have this ques开发者_JS百科tion https://stackoverflow.com/questions/2688464/ajax-request-from-net-give-me-unexpected-results

and i am using tamper data but i am sure firefox is formatting the data in ways i dont understand. Is there a tool i can use to check firefox post request? and perhaps my C# post request?


Recommend you download the Firebug plugin for Firefox, this will allow you to debug on the browser side more easily.

Also take a look at Wireshark (or similar) to inspect the HTTP requests that are actually going out onto the network.


Fiddler is a widely used web proxy/debugger - you can easily see incoming and outgoing requests with it. It can be used with all browsers.

0

精彩评论

暂无评论...
验证码 换一张
取 消