Issue #1069

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

  1. Make sure the Console->Options->ShowXMLHttpRequests option is off.
  2. Use a button below to initiate PUT or POST request.
  3. Open Firebug and check Response tab in the Net panel. The response content should be:
  4. As soon as the double-load problem is fixed there should *not* be an additional request.