mjrgit / chrome-rest-client

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

Cannot set Access-Control-Request-Headers header #259

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a new request
2. Include a "Access-Control-Request-Headers" header
3. Submit the request

What is the expected output? What do you see instead?
Expect for the header to be included with the headers sent to the server.
Instead the header is not listed, and the server does not receive it.
This is required to test CORS setup of a server to ensure headers are being 
handled correctly.

On what operating system, browser and browser version?
OS X 10.9.3, Chrome 35.0.1916.114

Original issue reported on code.google.com by travis.c...@gmail.com on 10 Jun 2014 at 8:06