Top "Httprequest" questions

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

How do you create an asynchronous HTTP request in JAVA?

I'm fairly new to Java, so this may seem obvious to some. I've worked a lot with ActionScript, which is …

java asynchronous httprequest
Understanding Chrome network log "Stalled" state

I've a following network log in chrome: I don't understand one thing in it: what's the difference between filled gray …

google-chrome http httprequest google-chrome-devtools
Why I get 411 Length required error?

This is how I call a service with .NET: var requestedURL = "https://accounts.google.com/o/oauth2/token?code=" + code + "&…

c# .net httprequest http-status-code-411
How do I request and process JSON with python?

I am trying to send a GET request to a URL that I know returns data in the form of …

python json httprequest
Python Requests requests.exceptions.SSLError: [Errno 8] _ssl.c:504: EOF occurred in violation of protocol

I'm on Ubuntu 12.10 with OpenSSL 1.0.1c, python 2.7.3, Requests 1.0.3 and 1.0.4 (tried both), and when attempting to connect to the website in …

python openssl httprequest python-requests ubuntu-12.10
Checking if a website is up via Python

By using python, how can I check if a website is up? From what I read, I need to check …

python http scripting httprequest http-head
What is the usefulness of PUT and DELETE HTTP request methods?

I have read a lot stuff about this but not able to get the conclusion on this topic. But I've …

http web httprequest web-deployment
Why is this HTTP request not working on AWS Lambda?

I'm getting started with AWS Lambda and I'm trying to request an external service from my handler function. According to …

node.js amazon-web-services httprequest aws-lambda
Python Requests package: Handling xml response

I like very much the requests package and its comfortable way to handle JSON responses. Unfortunately, I did not understand …

python xml httprequest python-requests
Ruby send JSON request

How do I send a JSON request in ruby? I have a JSON object but I dont think I can …

ruby json httprequest