Top "Http-request" questions

HTTP Request is a message within a request/response sequence, according to HTTP specification.

Proxies with Python 'Requests' module

Just a short, simple one about the excellent Requests module for Python. I can't seem to find in the documentation …

python http-request python-requests
Using headers with the Python requests library's get method

So I recently stumbled upon this great library for handling HTTP requests in Python; found here http://docs.python-requests.org/…

python http-request python-requests
How to send cookies in a post request with the Python Requests library?

I'm trying to use the Requests library to send cookies with a post request, but I'm not sure how to …

python cookies http-request python-requests
How to extract HTTP response body from a Python requests call?

I'm using the Python requests library. I'm trying to figure out how to extract the actual HTML body from a …

http-request python-requests
How to set the allowed url length for a nginx request (error code: 414, uri too large)

I am using Nginx in front of 10 mongrels. When I make a request with size larger then 2900 I get back …

nginx webserver http-request
When should one use CONNECT and GET HTTP methods at HTTP Proxy Server?

I'm building a WebClient library. Now I'm implementing a proxy feature, so I am making some research and I saw …

proxy httpwebrequest http-request http-proxy proxy-server
How secure is HTTP_ORIGIN?

I want to find out whether an incoming HTTP_REQUEST call from a third party website is coming from the …

php dns http-request
Python requests exception handling

How to handle exceptions with python library requests? For example how to check is PC connected to internet? When I …

python exception http-request python-requests
Putting a `Cookie` in a `CookieJar`

I'm using the new Python Requests library to make http requests. I obtain a cookie from the server as text. …

python cookies http-request python-requests
Sending multipart/mixed content with Postman Chrome extension

I'm struggling with creating POST multipart/mixed request with Postman Chrome extension Here is my curl request what works nice …

google-chrome curl http-headers postman http-request