Reputation: 21893
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
Reputation: 30187
try using firebug in mozilla firefox. Or in ie you can do that with http analyzer.
Upvotes: 1