Top "Request" questions

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

How to use a servlet filter in Java to change an incoming servlet request url?

How can I use a servlet filter to change an incoming servlet request url from http://nm-java.appspot.com/Check_…

java url servlets request servlet-filters
Bad Request, Your browser sent a request that this server could not understand

There are two application servers and a switch. When i access application by using application server ip it works fine. …

request
How can I mock requests and the response?

I am trying to use Pythons mock package to mock Pythons requests module. What are the basic calls to get …

python mocking request
Node.js: How to send headers with form data using request module?

I have code like the following: var req = require('request'); req.post('someUrl', { form: { username: 'user', password: '', opaque: 'someValue', …

node.js header request form-data
How to get data out of a Node.js http get request

I'm trying to get my function to return the http get request, however, whatever I do it seems to get …

javascript node.js http get request
node-request - Getting error "SSL23_GET_SERVER_HELLO:unknown protocol"

I'm using the node-request module, regularly sending GET requests to a set of URLs and, sometimes, getting the error below …

javascript node.js ssl request
How to send Basic Auth with axios

I'm trying to implement the following code, but something is not working. Here is the code: var session_url = 'http://…

request postman axios
Python send POST with header

I try to build a python script who sends a POST with parameters for extracting the result. With fiddler, I …

python http post request http-headers
Pandas read_csv from url

I am using Python 3.4 with IPython and have the following code. I'm unable to read a csv-file from the given …

python csv pandas request
Difference between Pragma and Cache-Control headers?

I read about Pragma header on Wikipedia which says: "The Pragma: no-cache header field is an HTTP/1.0 header intended for …

http http-headers request protocols httpresponse