Top "Httprequest" questions

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

Can I somehow do a synchronous HTTP request via NSURLSession in Swift

Can I somehow do a synchronous HTTP request via NSURLSession in Swift? I can do an asynchronous request via the …

http swift httprequest nsurl
A good way to get the charset/encoding of an HTTP response in Python

Looking for an easy way to get the charset/encoding information of an HTTP response using Python urllib2, or any …

python character-encoding httprequest urllib2
ValueError: unknown url type in urllib2, though the url is fine if opened in a browser

Basically, I am trying to download a URL using urllib2 in python. the code is the following: import urllib2 req = …

python urllib2 httprequest
Alternative for $_SERVER['HTTP_REFERER'] PHP variable in MSIE

I have used $_SERVER['HTTP_REFERER'] variable in my application (used PHP). On Firefox above variables is wokring. But i …

php internet-explorer internet-explorer-8 httprequest http-referer
how to loop through httprequest post variables in python

How can you loop through the HttpRequest post variables in Django? I have for k,v in request.POST: print …

python django post httprequest
PHP HTTP-Request

I have MAMP Pro installed running php 5.2.13. When I try to initialize a HTTP-Request $r = new HttpRequest('http://example.com/…

php http httprequest php-5.2
HttpRequest vs HttpRequestMessage vs HttpRequestBase

What are differences between these classes in ASP.NET? As I discovered there is no inheritance relationship between these classes. …

c# asp.net asp.net-mvc httprequest
Echo curl request header & body without sending it?

With the curl command line tool, is it possible to echo, print, or view the request, and not send it? …

curl http-headers request httprequest echo
Send HTTP Post Payload with Java

I'm trying to connect to the grooveshark API, this is the http request POST URL http://api.grooveshark.com/ws3.…

java httprequest payload grooveshark
10.0.2.2:8080 in web browser in emulator is not working

I have a wamp server in localhost. I tried to make http request from my android app. But cannot get …

android android-emulator localhost httprequest easyphp