Top "Httprequest" questions

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

websocket vs rest API for real time data?

I need to constantly access a server to get real time data of financial instruments. The price is constantly changing …

python rest websocket httprequest
How to change content of Post Body in JMeter HTTP Request

Please forgive my ignorance as I'm a jmeter noob. My webservice accepts JSON objects so I was able to write …

json httprequest jmeter load-testing
HTTP Request in Swift with POST method in swift3

I'm trying to run a HTTP Request in Swift3, to POST 2 parameters to a URL. Example: Link: http://test.tranzporthub.…

xcode swift3 httprequest postman raw-data
Capture Downloads in the Network Tab of Google Chrome Developer Tools

The Network tab in the Google Chrome Developer Tools window shows almost all http requests made, but does not seem …

google-chrome httprequest google-developer-tools
How to do request HTTP Digest auth with Node.JS?

I have to write some code with Node.JS for an API documentation, but I tried the last few days …

node.js httprequest digest digest-authentication http-digest
Getting part of request url inside servlet

I have an EmailVerification Servlet mapped with /ev/* url-pattern. http://example.com/ev/ce52320570 How can I get this ce52320570 …

java jakarta-ee servlets httprequest url-pattern
Android: Volley HTTP Request custom header

I'm getting the following error when I run the app: BasicNetwork.performRequest: Unexpected response code 401 I need to pass an …

android httprequest android-volley digest-authentication
What is the alternate of HttpRequest.EnableRewind() in ASP.NET Core 3.0?

BufferingHelper.EnableRewind(); Above is an extension method for HttpRequest object in ASP.NET Core 2.2. It is no more there in …

httprequest buffering alternate asp.net-core-3.0
Odata v4 error "Does not support untyped value in non-open type"

As I updated the model, it throws "Does not support untyped value in non-open type". It was working before the …

rest odata httprequest
Observables : Cancel previous http request on new subscription call

I am working on a search functionality for my project. Once the user types anything on the search bar; on …

angular rxjs httprequest observable subscribe