719wangqi / chrome-rest-client

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

Accept-Encoding and User-Agent headers not as provided #306

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
There's probably a perfectly good reason for this?

Open a requestb.in and SEND REST request with settings:

GET http://requestb.in/[bin id]

Accept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3
User-Agent: wibble

REST client and http://requestb.in/[bin id]?inspect both indicate request 
headers actually transmitted were:

User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like 
Gecko) Ubuntu Chromium/41.0.2272.76 Chrome/41.0.2272.76 Safari/537.36
Accept-Encoding: gzip, deflate, sdch

Browser: Chromium Version 41.0.2272.76 Ubuntu 14.04 (64-bit)

Original issue reported on code.google.com by justin.m...@tibit.com on 11 Apr 2015 at 8:16