mjrgit / chrome-rest-client

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

Cookies aren't added to Request Header #281

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add Cookie=PHPSESSID=1212 to header
2. Perform GET
3. Observe that the cookie is not added to the Request Cookie Header Entry

What is the expected output? What do you see instead?
It is expected that PHPSESSID will be added to the Cookie list.  This is not 
the case.

On what operating system, browser and browser version?
Mac Chrome 38.0.2125.101

Please provide any additional information below.

Original issue reported on code.google.com by zachary....@gmail.com on 13 Oct 2014 at 8:37