Nick Kahn
Nick Kahn

Reputation: 20078

FireBug: how to see what request sent? What does the server respond?

can anybody help me how to find the values that sent and respond? i am working on WCF services.

Upvotes: 0

Views: 4607

Answers (2)

rwilliams
rwilliams

Reputation: 21487

Here's an example AJAX request when you go to google.com. The params tab will tell you what data was sent with the request.

alt text

Here's a view of the response.

alt text

Upvotes: 2

Ramiz Uddin
Ramiz Uddin

Reputation: 4259

Firebug Net Tab

Expand the trees to see details.

Upvotes: 4

Related Questions