Top "Requestjs" questions

Request - Simplified HTTP client

Getting binary content in Node.js using request

I was trying to GET a binary data using request, and had something like: var requestSettings = { method: 'GET', url: url, }; …

javascript node.js request binaryfiles requestjs
TypeError: data.filter is not a function

I am trying to filter an array of JSON objects, which I get from an API call on my proxy. …

javascript express requestjs
What is the proper way to loop through an array in an EJS template after an AJAX Call (using ExpressJS)?

So I am trying to loop through an array of objects that I got from an http call using to …

ajax node.js express ejs requestjs
Node.JS Request - Invalid URI "/"

I'm using request in my app to send a POST request over HTTPS with Client Authentication. Request always throws an …

node.js https requestjs
"Header content contains invalid characters" error when piping multipart upload part into a new request

My express server receives file uploads from browsers. The uploads are transferred as multipart/form-data requests; I use multiparty to …

node.js express multipartform-data requestjs multiparty
How to POST binary data in request using request library?

I have to send binary contents of a remote file to an API endpoint. I read the binary contents of …

javascript post binary request requestjs
node express content-disposition

I want to force the browser to download a file from an external storage, given an url. I implemented this …

node.js express content-disposition requestjs
NodeJS request multiple api endpoints

Ok so I am trying to make two or more requests to API endpoints using the request module. I am …

javascript json node.js express requestjs
chai.request is not a function while using request js for http service unit test

I have been using karma+requestjs + mocha + chai and sinon. i have been using chai-http module yet receives chai.request …

javascript mocha.js karma-runner chai requestjs
NodeJs ECONNRESET

I get an error when I'm executing GET request. Error: read ECONNRESET at TLSWrap.onStreamRead (internal/stream_base_commons.js:111:27) …

node.js requestjs