Top "Httprequest" questions

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

Using nodejs async and request module

I'm trying to use async and request module together but i don't understand how the callbacks get passed. My code …

node.js asynchronous httprequest async.js
How to get logged user name/Principal in Spring MVC REST channel?

I have Spring MVC REST channel: @Controller @RequestMapping("/rest") public class REST { and I have my method: @RequestMapping(value = "/doSomething") …

java spring spring-mvc httprequest principal
Amazon Cognito: How to stop getting "redirect_mismatch" error when redirecting from browser to Android app

I am trying to create a Android project where I authorize a user by having him log into Amazon Cognito …

android redirect oauth httprequest amazon-cognito
Is it possible to send POST data with a PHP redirect?

Update: This is NOT a duplicate of How do I send a POST request with PHP?. The solutions there don't …

php web-services http httprequest http-redirect
Swift return data from URLSession

I cannot return data from my HTTPrequest and I can't get completion handlers to work either. So please assist me …

ios swift3 httprequest urlsession
ByetHost server passing html values "Checking your browser" with JSON String

While trying to parse json string to android, HTML values are passed. Before a day all was working good, and …

php android json httprequest httpresponse
Do HTTP proxy servers modify request packets?

Is any request header added or modified to the HTTP request before forwarding to the server by a proxy server? …

http http-headers httprequest http-proxy
How to send a POST request through telnet

I want to know how to send a POST request to a server (e.g. Google Search). I already know …

http batch-file httprequest telnet
Need to add custom header to request in unit test

I finally was able to get the HttpContext.Current to be not null by finding some code online. But I …

c# unit-testing httprequest httpcontext asp.net-apicontroller
Setting a cookie using JavaFX's WebEngine/WebView

I cannot seem to find any way to set a cookie programatically using WebEngine / WebView in JavaFX. The API doesn't …

cookies http-headers javafx-2 javafx httprequest