Top "Httprequest" questions

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

testing a curl request with jmeter

I have a curl request and i don't know how to transform it in jmeter : curl -H application-id:my-app-id -H …

curl jmeter httprequest backendless
Importing test library 'RequestsLibrary' failed: ImportError: No module named RequestsLibrary Traceback

I am hitting HTTP service using Robot. But it is showing me the following issues No keyword with name 'Create …

python-2.7 httprequest robotframework web-api-testing
Sending data via request header vs sending data via request body

What is the difference between sending data through the request header and sending data through the request body. Under what …

javascript servlets http-headers httprequest httpurlconnection
How can I tell Swashbuckle that the body content is required?

I have a WebAPI controller that accepts binary packages and stores them somewhere. As these packages can become quite large, …

asp.net-web-api httprequest swagger-2.0 swashbuckle
How to get Coursera API Docs ?

Hi I want to use Coursera API for a tech blog purpose, like retrieving list of courses (course details, course …

httprequest coursera-api
RESTful API requests using Qt

I'm trying to get example found from this link to work. GET and DELETE methods are working but I have …

c++ qt httprequest hl7-fhir hapi-fhir
Get host name without using HttpRequest

I want to run a "background job" in my ASP.NET application (periodically, as separate thread). And I need host …

asp.net httprequest httpcontext hostname
C# ASP.NET: how to access cache when no HttpContext.Current is available (is null)?

During Application_End() in Global.aspx, HttpContext.Current is null. I still want to be able to access cache - …

c# asp.net caching httprequest global-asax
Node.js http.request fails with [Error: getaddrinfo EADDRINFO]

I have node.js server which acts like a proxy. It receives requests and forwards them to web service on …

node.js httprequest getaddrinfo
java httprequest getting the body from the request

I receive a post request from client. This request contains some json data which I want to part on the …

java httprequest apache-httpcomponents