mrozmanith / toras

Automatically exported from code.google.com/p/toras
0 stars 0 forks source link

Additional HTTP request headers needed for most requests #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Many web servers will refuse requests that don't include sufficient information 
beyond GET/POST and "host" headers. Additional headers such as "Accept" and 
"Accept-Encoding" must be added in order to issue correct HTTP requests. These 
can currently be added using URLRequest.requestHeaders.

Original issue reported on code.google.com by patrickb...@gmail.com on 11 Nov 2013 at 4:22

GoogleCodeExporter commented 8 years ago
Custom headers can be added with the URLRequest object. Such functionality 
could be useful bet definitely not high-priority.

Original comment by patrickb...@gmail.com on 22 Nov 2013 at 9:27

GoogleCodeExporter commented 8 years ago

Original comment by patrickb...@gmail.com on 26 Nov 2013 at 6:09