vronic / chrome-rest-client

Automatically exported from code.google.com/p/chrome-rest-client
0 stars 0 forks source link

Unable to use body data in a GET request #24

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Go to the Current Request tab.
2. Select Method 'GET'.

What is the expected output? What do you see instead?

The body section for GET requests is not visible. Which means it is impossible 
to test our REST GET requests because we are unable to put body data into the 
request. RFC2616 - Hypertext Transfer Protocol -- HTTP/1.1 allows for adding a 
body to GET requests.

What version of the product are you using? On what operating system?
Chrome on Windows 7 x64

Please provide any additional information below.

Original issue reported on code.google.com by Devin.Ch...@gmail.com on 20 Oct 2011 at 9:27

GoogleCodeExporter commented 8 years ago
XMLHttpRequest seems to not transporting any payload data when method is GET. 

Original comment by jarro...@gmail.com on 6 Dec 2011 at 1:23