node-XMLHttpRequest icon indicating copy to clipboard operation
node-XMLHttpRequest copied to clipboard

XMLHttpRequest for node.js

Results 103 node-XMLHttpRequest issues
Sort by recently updated
recently updated
newest added

I assume it is by adding changing the argument to 'true', but it doesn't seem to be working. Do you know why? ``` var xhr = new XMLHttpRequest(); xhr.onreadystatechange =...

Hello, I'm not sure why Origin is forbidden. But I don't see it's being set anywhere. I'm consuming a RPC service that requires an Origin to be present. So, I've...

OS version: OS X 10.8.4 Node.js version: v.0.10.5 and v.0.10.17 XHR Module version: 1.5.0 When using XHR to do a synchronous request, the status field gets corrupted with the full...

This builds on my previous two PRs to use my hack to allow relative paths for local files (and without a server open). It breaks compatibility, however, in the sense...

Due to the fact that `console.warn` is used for unacceptable headers (instead of throwing an exception), the test-exceptions.js fails in a number of places. Not sure how you wanted to...

If you're ok with JSLint, this fixes all but two issues. Some may be pedantic, but others I think improve the code (and being able to run JSLint without too...

To reduce request size, it would be nice to `'Accept-Encoding': 'gzip,deflate'` added. Obviously this means we would have to decode the response, too.

I want to make a post request to a Tomcat server with some data. If the data has more than 100kb the send call hangs indefinitely, and the server doesn't...

today i try to call xmlhttprequest during that i send argument of type FormData but it is giving error as follow: TypeError: Argument must be a string

enhancement

We have to set request timeout in our production to avoid blocking too many requests.I added a method `setTimeout` for XMLHttpRequest.I hope it can be merged into master branch,then i...