This test-case is intended for Issue #1069
- when firebug resends an HTTP request b/c the user is viewing the response in the console, it does not resend with the same HTTP headers/content.
Jan Odvarko, odvarko@gmail.com
Make sure the Console->Options->ShowXMLHttpRequests option is off.
Use a button below to initiate PUT or POST request.
Open Firebug and check Response tab in the Net panel. The response content should be:
As soon as the double-load problem is fixed there should *not* be an additional request.