124697
124697

Reputation: 21893

How can i inspect what is in POST request and the full address?

I want to see what is in the list of objects in request and its full address. for example

http://mysite.com/index.jsp?name=name&username=username

how can i do that?

Upvotes: 1

Views: 375

Answers (2)

Tarlog
Tarlog

Reputation: 10154

Try to use Fiddler

Upvotes: 1

sushil bharwani
sushil bharwani

Reputation: 30187

try using firebug in mozilla firefox. Or in ie you can do that with http analyzer.

Upvotes: 1

Related Questions