Top "Httprequest" questions

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

How to read XML response from a URL in java?

I need to write a simple function that takes a URL and processes the response which is XML or JSON, …

java xml httprequest
How to extract custom header value in Web API message handler?

I currently have a message handler in my Web API service that overrides 'SendAsync' as follows: protected override Task<…

c# asp.net-web-api httprequest
Does --disable-web-security Work In Chrome Anymore?

I'm trying to do a simple test without changing any server-side code involving a cross-domain AJAX call, and I was …

ajax google-chrome cors httprequest websecurity
Get a json via Http Request in NodeJS

Here is my model with a json response: exports.getUser = function(req, res, callback) { User.find(req.body, function (err, …

json node.js api httprequest
How to use HttpWebRequest (.NET) asynchronously?

How can I use HttpWebRequest (.NET, C#) asynchronously?

c# .net asynchronous httprequest
IIS Request Timeout on long ASP.NET operation

I am experiencing a request timeout from IIS when I run a long operation. Behind the scene my ASP.NET …

asp.net iis iis-6 httprequest
How to get HTTP Response Code using Selenium WebDriver

I have written tests with Selenium2/WebDriver and want to test if HTTP Request returns an HTTP 403 Forbidden. Is it …

java selenium webdriver httprequest httpresponse
How to set a Header field on POST a form?

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

javascript html post http-post httprequest
Simulate a specific CURL in PostMan

I am using Postman to test some Curl requests to an API server. The API developers gave us the curl …

curl httprequest postman
What's the best way to get the current URL in Spring MVC?

I'd like to create URLs based on the URL used by the client for the active request. Is there anything …

url spring-mvc httprequest