Top "Httprequest" questions

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

How to make an HTTP POST web request

Canonical How can I make an HTTP request and send some data using the POST method? I can do a …

c# .net post httpwebrequest httprequest
How is an HTTP POST request made in node.js?

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

node.js http post httprequest
How to use java.net.URLConnection to fire and handle HTTP requests?

Use of java.net.URLConnection is asked about pretty often here, and the Oracle tutorial is too concise about it. …

java http httprequest httpurlconnection urlconnection
How to send a PUT/DELETE request in jQuery?

GET:$.get(..) POST:$.post().. What about PUT/DELETE?

jquery httprequest put
How do you make a HTTP request with C++?

Is there any way to easily make a HTTP request with C++? Specifically, I want to download the contents of …

c++ httprequest
HTTP GET Request in Node.js Express

How can I make an HTTP request from within Node.js or Express.js? I need to connect to another …

javascript node.js express httprequest
How can I add a custom HTTP header to ajax request with js or jQuery?

Does anyone know how to add or create a custom HTTP header using JavaScript or jQuery?

javascript jquery ajax http-headers httprequest
Local Storage vs Cookies

I want to reduce load times on my websites by moving all cookies into local storage since they seem to …

html cookies httprequest local-storage
What are all the possible values for HTTP "Content-Type" header?

I have to validate the Content-Type header value before passing it to an HTTP request. Is there a specific list …

http http-headers httprequest content-type
Python Request Post with param data

This is the raw request for an API call: POST http://192.168.3.45:8080/api/v2/event/log?sessionKey=b299d17b896417a7…

python httprequest python-requests http-status-codes