Top "Xmlhttprequest" questions

XMLHttpRequest (XHR) is a JavaScript object that exposes an API for making asynchronous HTTP requests from frontend code running a Web browser — that is, for enabling the programming technique known as AJAX.

Same Origin Policy - AJAX & using Public APIs

I know if on my own webpage, if my user is on : http://www.example.com/form.php and I …

javascript ajax xmlhttprequest same-origin-policy
SCRIPT7002: XMLHttpRequest: Network Error 0x2ee7, Could not complete the operation due to error 00002ee7

I got this error in Microsoft Edge. What does it mean? Searching online mostly gives me threads about people encountering …

xmlhttprequest microsoft-edge error-code
HTML5 FormData returns null in Java Servlet request.getParameter()

My view is HTML 5. I'm using FormData to make a AJAX 2 POST to a Servlet. Inside the servlet i'm trying …

ajax html servlets xmlhttprequest form-data
iOS 6 (iPhone/iPad) Image Upload "Request Body Stream Exhausted" with NTLM/Windows Authentication

I am working on trying to get iOS 6 to use XMLHttpRequest POSTs to upload images. This works on desktop and …

ios xmlhttprequest ios-simulator ios6 xmlhttprequest-level2
Node js Converting pdf Buffer back to pdf

I have created a pdf with the browser in Javascript and sent it via post to the server using this …

node.js express xmlhttprequest pdf-generation body-parser
Suppress Chrome 'Failed to load resource' messages in console

I'm writing a script that uses an XMLHttpRequest to search for a file defined by a relative path, by attempting …

javascript google-chrome xmlhttprequest google-chrome-devtools
JQuery ajax call getting status code 0 "error"

I'm trying to call Petfinder.com to get a list of our pets. The url is http://api.petfinder.com/…

jquery ajax xmlhttprequest jqxhr
Ruby mechanize post with header

I have page with js that post data via XMLHttpRequest and server side script check for this header, how to …

ruby xmlhttprequest mechanize
XMLHttpRequest cannot load. Unloaded resources show caution: Provisional headers are shown

I actually don't know the right title for this question, because of I've found many similars but still couldn't figure …

google-chrome xmlhttprequest cross-domain cross-domain-policy
How to handle Simultaneous javascript xmlhttprequests?

Possible Duplicate: passing index from for loop to ajax callback function (javascript) I've been a little confused with making xmlhttprequests, …

javascript xmlhttprequest simultaneous-calls