Top "Request" questions

A request is a message sent by a source to another object.

Get current URL of UIWebView

I already tried getting the current URL of my UIWebView with: webview.request.URL. Unfortunately the NSURL was empty. Anything …

ios iphone url request uiwebview
Submitting to a web form using python

I have seen questions like this asked many many times but none are helpful Im trying to submit data to …

python post request urllib2 urllib
Logging raw HTTP request/response in ASP.NET MVC & IIS7

I'm writing a web service (using ASP.NET MVC) and for support purposes we'd like to be able to log …

asp.net-mvc logging request ihttpmodule
What are Content-Language and Accept-Language?

I have seen the HTTP headers of Content-Language and Accept-Language, could someone explain what these are for and the difference …

http-headers request response
Download File from Bytes in JavaScript

I want to download the file which is coming in the form of bytes from AJAX response. I tried to …

javascript post request response
Payloads of HTTP Request Methods

The Wikipedia entry on HTTP lists the following HTTP request methods: HEAD: Asks for the response identical to the one …

http rest request http-method payload
Angular 4.3.3 HttpClient : How get value from the header of a response?

( Editor: VS Code; Typescript: 2.2.1 ) The purpose is to get the headers of the response of the request Assume a POST …

javascript angular typescript request typescript2.0
How long will the browser wait after an ajax request?

How long can the browser wait before an error is shown before server answers for request? Can this time be …

ajax request connection-timeout