开发者

Show sent POST Values with Fiddler..How do i do that?

开发者 https://www.devze.com 2023-03-26 07:47 出处:网络
I make some requests to a site and i want to see, what kind of variables has been sent to the server..

I make some requests to a site and i want to see, what kind of variables has been sent to the server..

May be its possible with fiddler but i can't figure 开发者_如何学JAVAit out, how to do it..


You can do this in Fiddler using the following steps.

  • Locate the request in fiddler that relates to the post - you should be able to see the URL you expect in the URL column.

  • Select that line and the detailed view will open. There is a WebForms tab (inside "Inspectors") that displays the POST data in a neat table. You can also see it in the Raw tab, but it isn't nicely formatted like the WebForms tab.

I have made a screenshot to help you:

Show sent POST Values with Fiddler..How do i do that?


POST data can be seen in the Inspectors -> Raw window which will display the whole request along with POST data and headers.

EDIT: Yep... The Inspectors -> WebForms dialog would be another way however I usually don't make much use of it... Don't know why.


It works for me. Just click on the request in the Web Sessions pane, Then click WebForms tab within the Inspectors tab on the right.


I ran into this same problem but the answers here did not help me. WebForms does not display json posted data. I figured out for posted json data, you need to check the Textview tab.

Show sent POST Values with Fiddler..How do i do that?

To summarise:

  • Inspectors->WebForms: will show you classic html form posted values.

  • Inspectors->Textview: will show you json and text posted values.

0

精彩评论

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

关注公众号