tagged [http]

Difference between HttpModule and HttpClientModule

Difference between HttpModule and HttpClientModule Which one to use to build a mock web service to test the Angular 4 app?

Why am I getting an OPTIONS request instead of a GET request?

Why am I getting an OPTIONS request instead of a GET request? it does an OPTIONS request to that URL, and then the callback is never called with anything. When it isn't cross domain, it works

System.Net.WebException HTTP status code

System.Net.WebException HTTP status code Is there an easy way to get the HTTP status code from a `System.Net.WebException`?

6 Nov at 00:26

Set a cookie to HttpOnly via Javascript

Set a cookie to HttpOnly via Javascript I have a cookie that is NOT `HttpOnly` Can I set this cookie to `HttpOnly` via JavaScript?

22 Oct at 15:32

What's the difference of $host and $http_host in Nginx

What's the difference of $host and $http_host in Nginx In Nginx, what's the difference between variables `$host` and `$http_host`.

14 Mar at 16:25

Send file using POST from a Python script

Send file using POST from a Python script Is there a way to send a file using POST from a Python script?

27 Apr at 08:28

Does HTTP use UDP?

Does HTTP use UDP? This might be a silly question: - > If one is streaming MP3 or video using HTTP, does it internally use UDP for transport?

2 Jan at 16:21

How do I read any request header in PHP

How do I read any request header in PHP How should I read any header in PHP? For example the custom header: `X-Requested-With`.

6 Feb at 08:50

How to send HTTP request in Java?

How to send HTTP request in Java? In Java, How to compose an HTTP request message and send it to an HTTP web server?

26 Nov at 14:40

HttpWebRequest: how to identify as a browser?

HttpWebRequest: how to identify as a browser? The question is how to construct `HttpWebRequest` so queried server will think it comes from a browser?

8 Oct at 10:0