Top "Request" questions

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

PHP CURL DELETE request

I'm trying to do a DELETE http request using PHP and cURL. I have read how to do it many …

php http curl request
Write in body request with HttpClient

I want to write the body of a request with XML content-type but I don't know how with HttpClient Object ( …

java xml request apache-httpclient-4.x
How to obtain values of request variables using Python and Flask

I'm wondering how to go about obtaining the value of a POST/GET request variable using Python with Flask. With …

python variables request flask
Display PNG image as response to jQuery AJAX request

Is it possible to display an image returned by jQuery AJAX call, in the main stream of your HTML? I …

jquery ajax image header request
Node.js - get raw request body using Express

When I use Express, and my code is: app.use(express.bodyParser()); How would I get the raw request body?

node.js express request
Node.js request CERT_HAS_EXPIRED

I'm using Mikeal's request (https://github.com/mikeal/request) to make an https request to a server. However, I keep …

javascript node.js express request
POST request with a simple string in body with Alamofire

how is it possible to send a POST request with a simple string in the HTTP body with Alamofire in …

ios http swift request alamofire
get current page from url

I want to write a c# method to retrieve the current page. eg Default6.aspx I know I can do …

c# url request
Getting all request parameters in Symfony 2

In symfony 2 controllers, every time I want to get a value from post I need to run: $this->getRequest()…

php symfony request
Save a large file using the Python requests library

Possible Duplicate: How to download image using requests I know that fetching a url is as simple as requests.get …

python file http download request