tagged [http]

Is there a limit to the length of a GET request?

Is there a limit to the length of a GET request? Is there a limit to the length of a GET request?

20 Jul at 20:48

What is the difference between POST and GET?

What is the difference between POST and GET? I've only recently been getting involved with PHP/AJAX/jQuery and it seems to me that an important part of these technologies is that of `POST` and `GET`. ...

23 Jun at 22:59

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?

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

Operating System from User-Agent HTTP Header

Operating System from User-Agent HTTP Header Is there a good, up-to-date listing anywhere that maps User-Agent HTTP Header strings --> operating systems?

1 May at 08:51

What does enctype='multipart/form-data' mean?

What does enctype='multipart/form-data' mean? What does `enctype='multipart/form-data'` mean in an HTML form and when should we use it?

How is an HTTP POST request made in node.js?

How is an HTTP POST request made in node.js? How can I make an outbound HTTP POST request, with data, in node.js?

5 Mar at 02:35

Accessing post variables using Java Servlets

Accessing post variables using Java Servlets What is the Java equivalent of PHP's `$_POST`? After searching the web for an hour, I'm still nowhere closer.

25 Jul at 13:10

Is header('Content-Type:text/plain'); necessary at all?

Is header('Content-Type:text/plain'); necessary at all? I didn't see any difference with or without this head information yet.

What is token-based authentication?

What is token-based authentication? I want to understand what token-based authentication means. I searched the internet but couldn't find anything understandable.

How to set a Header field on POST a form?

How to set a Header field on POST a form? How can I set a custom field in POST header on submit a form?

Android : Capturing HTTP Requests with non-rooted android device

Android : Capturing HTTP Requests with non-rooted android device I have an android application which uses a third party jar in it. Http request is sent from third party jar to server when application ...

16 Jul at 19:4

ServiceStack Customize HTTP Responses ADD message and errorCode

ServiceStack Customize HTTP Responses ADD message and errorCode I'm trying to Add a with an HTTP error response for my web services. I expect something like: > The remote server returned an error: (40...

How do I convert a date to a HTTP-formatted date in .Net / C#

How do I convert a date to a HTTP-formatted date in .Net / C# How does one convert a .Net DateTime into a valid HTTP-formatted date string?

17 Sep at 07:59

The type or namespace name 'HttpGet' could not be found when add 'System.Web.Http' namespace

The type or namespace name 'HttpGet' could not be found when add 'System.Web.Http' namespace I have one issue in MVC . Currently I am working in MVC and the version is MVC4 . And I have 2 ActionResult...

11 Oct at 08:24

HTTP response code for POST when resource already exists

HTTP response code for POST when resource already exists I'm building a server that allows clients to store objects. Those objects are fully constructed at client side, complete with object IDs that a...

24 Mar at 17:47

Listen to HTTP requests

Listen to HTTP requests I have a C# form application which I want to have listening for incoming HTTP requests from other computers. How would I go about doing this?

18 Jul at 22:17

How can I send an HTTP POST request to a server from Excel using VBA?

How can I send an HTTP POST request to a server from Excel using VBA? What VBA code is required to perform an HTTP POST from an Excel spreadsheet?

5 Jul at 20:30