XHR (also known as XMLHttpRequest) is a JavaScript object, which is designed to communicate with servers. It is an object that initializes the ajax request in javascript. This object is used to send the ajax request on server and to get the response from the server.

learn more… | top users | synonyms (1)

0
votes
0answers
16 views

Create XML file based on Input values

So, I need a script that takes All the form data in the URL and creates, or changes the existing nodes of an XML File. I have done some research and found this: if (window.XMLHttpRequest) { // ...
1
vote
0answers
4 views

Adding grant to GM script breaks the overload of XMLHttpRequest.prototype.open

I'm writing a GreaseMonkey script where I want to overload the XMLHttpRequest.prototype.open function to hijack the Ajax calls on the page. I'm using the following code: // ==UserScript== // @name ...
0
votes
0answers
20 views

Jquery - How to send XML file back to server

Firstly, I'm sorry my skills in Jquery are no good, however I've searched google for days but i can't seem to find anything to help me with this issue in passing an XML file from Jquery back to the ...
0
votes
3answers
24 views

Sencha Touch Ajax Request Error: Origin null is not allowed by Access-Control-Allow-Origin.

I am making an Ajax request to remote server and sending parameters as POST method. But I am getting following response: **"MLHttpRequest cannot load ...
1
vote
0answers
27 views

XMLHttpRequest GET Server Status is 200 but POST Server Status is 500

I am writing a function in Javascript to post JSON data using the XMLHttpRequest POST method. The following code works fine for GET: function httpGet(myurl, cb){ var xmlhttp = new ...
0
votes
2answers
27 views

How to read XML file with Android 4.2.2

I´m reading info from an XML file and it works in Android 2.3.6 but not in 4.2.2. Any idea about it? This is my code in MainActivity static final String URL = ...
-1
votes
2answers
37 views

Storing API in local array

I'm trying to store data from an API into an array using javascript. Tried doing it like this: $.getJSON('http://search.twitter.com/search.json?q=Hamburg&rpp=5&lang=all', ...
1
vote
1answer
17 views

How can I write a wait_for_ajax call in selenium where the web page uses XMLHttpRequest based AJAX calls?

I have a select box which calls a XMLHttpRequest based AJAX call to populate another select box. I want selenium to wait till the select box is populated. I have to wait for XMLHttpRequest's ...
0
votes
1answer
25 views

XHR upload and the moment the upload begins

I'm attempting to find a way when an upload is initiated with XHR so I can do something; I looked around and read that .loadstart was for when the request starts (which means what exactly?) and this ...
0
votes
0answers
12 views

Phonegap XMLHttpRequest POST SOAP packet

I have a PhoneGap iOS app that I want to POST a SOAP packet to a web service and get a response. If I don't set a SOAPAction header, the POST works but server returns error because it expects a ...
1
vote
1answer
43 views

Uploading an HTML file via HTML5

I have this weird issue that Im not sure if its normal or not.. Im sure its not I have a drag and drop area that I can upload any file and it works like a charm. EXCEPT... I cant upload any .html ...
0
votes
1answer
24 views

Flex HttpService authorization to obtain xml feed

im trying to obtain a xml feed from my cpanel though API. I have tried several methods (see below) to pass the authorization to obtain the xml feed. In my browser i can get the feed through the ...
0
votes
1answer
22 views

Prevent duplicate enteries being inserted into SQL server db?

net, razor, webmatrix, working with .cshtml pages. I am using a jQuery to open a modal form and using that form to insert data into the SQL db (SQLExpress 2012). I am trying to restrict duplicate ...
0
votes
2answers
59 views

How to monitor an image source for fully loaded status

I am loading a large number of images into a dynamic DIV and I am using a preloader to get the images. imageObj = new Image(); imageObj.src = imgpath + imgname; Each of these events creates a GET ...
0
votes
0answers
40 views

Why is ajax 'GET' request hanging on an iOS phonegap app?

My phonegap app includes a javascript workflow to populate a web database (sqlite). The workflow consists of a sequence of ajax 'GET' requests that executed synchronously (the the individual ajax ...
0
votes
2answers
26 views

XMLHttpRequest Error in passing value on url

Here I have two fields: name & password. I have been to trying to echo the value using XMLHttpRequest, but when I click submit, it only shows the name and not the password. Please help me find ...
0
votes
1answer
30 views

Check browsers capability of XHR and progress-event

Following this question: jQuery AJAX upload progress for large text fields how can I make it compatible for older browsers? As you can see in the question above, I am relying on XHR and the ...
3
votes
1answer
44 views

How can I programmatically access images displayed in a web page to upload via a bookmarklet? (ie not not drag and drop)

Since clipboard is shutting down, I decided to build a similar, but simpler bookmarlet as a side project to save pages I'm interested in. All I'm really trying to do to start with is save the html, ...
0
votes
0answers
15 views

Ajax : force HTTP/1.0

About everything is in the title. I need to communicate with a server using HTTP/1.0 I didn't find the attribute or option to do this in xhr.setRequestHeader() Any idead please ? Thank you all !
0
votes
1answer
17 views

Asp.net jquery ajax call

I am practicing jquery ajax call. What happens is when i run my project it gives INTERNAL SERVER ERROR 500. What does this error means and how do I encounter this error? I created a sample project in ...
0
votes
1answer
72 views

Changing website content dynamically depending on MySQL database value

I want to change my website dynamically based on a value. I retrive data from my MySQL database and want the change to be as close to real-time as possible. I have some code that does what I want to ...
0
votes
0answers
10 views

html5 file chunking and httphandler

I am using HTML5 to get file and slice the file. And then sending file chunks XMLHttpRequest to HTTPHandler. The HTTPHandler is implementing IHttpHandler and IRequireSesssionState. So the requests are ...
0
votes
0answers
4 views

I want html data converted into xml and send to one url update sql by using web service in phone gap

function WriteForm(e) { try { var Frm=Settings.SrcElement(e); var XML=new XMLWriter(); XML.BeginNode(Frm.name); var ...
0
votes
0answers
20 views

XMLHttpRequest goes over last three readyStates immediately

I'm trying to write a code that tests XMLHttpRequest to check the different kind of readyState values. According to MDN there are five possible, consecutive states. I've built a little PHP code that ...
0
votes
1answer
17 views

Not able to access Web API method using XMLHttpRequest but using Restclient Plugin and etc

I have run in to a problem. Please help with your expertise. I am developing web solution for a company. They have provided me Web API Method (REST). This API is in their domain. I am too access this ...
0
votes
1answer
23 views

How can I correctly send data through 'PUT' with ajax in the request body like Backbone does

I noticed that when saving data along with an id in backbone what it does is to send a 'PUT' request along with the data inside the request body ( in chrome dev tools appears as "request payload"). ...
0
votes
0answers
11 views

Javascript XMLHttpRequest doesn't read all text file content

I've been trying to download a text file using the code below: var req = new XMLHttpRequest(); req.open('GET', window.location.href.replace('index.html', '') + 'data/data.txt', ...
0
votes
0answers
44 views

Cross domain GET request not sent on Android 2.2, 2.3 and 3.2

The problem is with integrated browser on Androids 2.2, 2.3 and 3.2. I tried with fiddler on my computer to follow traffic from my mobile and I noticed a strange thing. When I open a page for the ...
0
votes
3answers
66 views

XMLHttpRequest no answer from server

I have tried to get i connection to an php file but i don't recive any reponse from server is anything wrong?, function request(){ // Create our XMLHttpRequest object var hr = new ...
0
votes
0answers
32 views

Google App Engine Channel API Same Origin Policy

I want to write a little chat application using Google App Engine (GAE) and the Channel API. Therefore, the Java Script Clients should be embedded in some web sites. The Java backend is hosted on GAE. ...
0
votes
1answer
36 views

GET request into table

I have this next html document, which has to load a table, which is filled with the values I get back from a XMLHttpRequest. when I try to run the page, it won't give anything like a table back, so ...
0
votes
1answer
24 views

Detecting XHR CORS request in Grails

I'm attempting some Cross-Origin requests against my Grails (2.0.1) application. I have the grails CORS pluging installed. Using jQuery. How can I detect an XHR request? Under conventional same ...
0
votes
0answers
18 views

Error in reading content from URL in Ajax with Opera browser

I work in this code to read the content of a PHP file from other site! this code work in IE and in Firefox,Apple safari,Chrome,.. but it does not work in Opera! please tell me how do the changes in ...
1
vote
1answer
35 views

FormData sends files but $_FILE is empty

I have no idea why i keep getting an empty $_FILES global array when i print it out. Ive been looking it over but i can't see where i am going wrong. because of that i have shown all of the code. if i ...
1
vote
0answers
34 views

Mocking AngularJS XHR requests for testing using Jasmine

Ok, I am pretty sure this is really weird behaviour - and I have no idea what is going on... Code below. I am running a Jasmine spec on possibly the most simple AngularJS controller ever, which ...
0
votes
1answer
16 views

XMLHttp request - wait for actual response and then add text to the page

Starting from the code provided by filedrag.js I've implemented an upload file async function. The problem is that I can't retrieve the text once the call is done. Actually I'm sure the text is ...
-1
votes
0answers
26 views

Greasemonkey & login

Here's the situation that I'm trying to figure out and I wanted your input on this. What I'm after is for Greasemonkey to be able to access third party website that requires logging in to use it's ...
1
vote
2answers
86 views
+50

Browser aborting ajax requests sporadically without return any errors

In my project (PHP w/ symfony2) I do a lot of ajax requests in every page. I'm having a lot of problems with them because it looks like browsers (tested in Chrome and Firefox) are aborting requests ...
0
votes
0answers
16 views

Safari HTTP status code -1001?

Not entirely sure what is happening here. I'm making the following AJAX call, in Safari it fails and returns status code -1001. However Safari seems to think the call has been successful, despite the ...
0
votes
2answers
20 views

How to parse JSON with Arabic and HTML tags inside?

I am calling an ASMX web service using XMLHttpRequest. It was working fine until they updated their data with Arabic language and I noticed the response text has some HTML tags inside like the ...
1
vote
2answers
53 views

Do Ajax requests still finish when leaving the page?

I have a situation where I need to run some PHP, specifically where I need to send out a SOAP request and wait for the response, and then do something with that, however sometimes these requests can ...
-2
votes
0answers
32 views

XMLHTTP request throwing errors

I am trying to upload a file via drag and drop. I have issues while doing the ajax calls to upload file. Usual file upload is working fine for me and I have issues only while drag and drop. I am ...
0
votes
1answer
27 views

How to let XMLHttpRequest not cach in IE

if(xmlhttp) { xmlhttp.open("GET","DokterWeek_KlantoverzichtServletAjax?" + $(this).prop("href").split("?")[1],true);//gettime will be the servlet name xmlhttp.onreadystatechange = ...
1
vote
1answer
73 views

Refused to get unsafe header “Content-Range”

For some reason I cannot access the response header of "Content-Range" anymore... Therefore it's impossible to determine the file size of a resource using XHR. I get error Refused to get unsafe header ...
0
votes
0answers
33 views

How to recive response from XMLHttpRequest by python?

How to recive response from XMLHttpRequest by python? I use this: data = (xml_string) req = urllib2.Request(url,data) response = urllib2.urlopen(req) print response.read() but I only print the ...
0
votes
1answer
20 views

Read UTF-16 file with Javascript

I have a UTF-16 encoded file $ file myFile.csv myFile.csv: Little-endian UTF-16 Unicode text, with CRLF line terminators But when I open it with JavaScript using the following code var http = new ...
0
votes
1answer
18 views

Sending JSON to WCF with a file

How to send a file inside JSON to a service? [OperationContract] [WebInvoke(RequestFormat = WebMessageFormat.Json)] public string Upload(UploadRequest request) { return ...
-2
votes
4answers
45 views

Using PHP as an XML response wont output line break [closed]

I'm trying to get this AJAX working but it wont output a line break instead it outputs a space or doesn't output anything at all, please help i'm sure other people need help with this as well. Edit: ...
0
votes
0answers
16 views

XmlHttpRequest origin header is null in webkit

I am trying to integrate 2 webapps to let one (new one) send a url to another (old one) that it will load into a text area. The URL is actually to a file in S3 (with the multiple redirects that come ...
1
vote
1answer
69 views

Pass request values using XmlHttpRequest

I have username and two other elements submitted from a form, i can get them by id in a ajax .js file. now i wish to pass these three elements to a php file. i can create three variables each assigned ...

1 2 3 4 5 62