Top "Request" questions

A request is a message sent by a source to another object.

How to use HttpClient to send content in body of GET request?

Currently to send a parameterized GET request to an API interface I am writing the following code: api/master/city/…

c# get request dotnet-httpclient
Get raw URL from Microsoft.AspNet.Http.HttpRequest

The HttpRequest class in Asp.Net 5 (vNext) contains (amongst other things) parsed details about the URL for the request, such …

request uri asp.net-core
Base64 Authentication Python

I'm following an api and I need to use a Base64 authentication of my User Id and password. 'User ID …

python api authentication passwords request
if-modified-since vs if-none-match

What could be the difference between if-modified-since and if-none-match? I have a feeling that if-none-match is used for files whereas …

http caching request response
Throttle and queue up API requests due to per second cap

I'm use mikeal/request to make API calls. One of the API's I use most frequently (the Shopify API). Recently …

node.js asynchronous request throttling
JS/jQuery get HTTPRequest request headers?

Using getAllResponseHeaders in the xhr object, is possible to get all the response headers after an ajax call. But I …

javascript ajax header request request-headers
How can I check if request was a POST or GET request in Symfony2 or Symfony3

I just wondered if there is a very easy way (best: a simple $this->container->isGet() I can …

php symfony request http-post http-get
JavaScript: Detect AJAX requests

Is there any way to detect global AJAX calls (particularly responses) on a web page with generic JavaScript (not with …

javascript ajax request call
AWS Lambda Error: "Cannot find module '/var/task/index'"

Node.js Alexa Task Issue I'm currently coding a Node.js Alexa Task via AWS Lambda, and I have been …

javascript node.js amazon-web-services request aws-lambda
Android Volley + JSONObjectRequest Caching

public class CustomRequest extends JsonObjectRequest { public CustomRequest(String url, JSONObject params, Listener<JSONObject> listener, ErrorListener errorListener) throws JSONException { …

android caching request response android-volley