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.

How it's possible to disable rendering layout in case of xmlhttprequest in phalcon framework?

How can be disabled layout rendering? For a moment i can detect that request is made via jQuery this way: …

php layout controller xmlhttprequest phalcon
Make my jQuery Ajax script use CORS

I built an application which reads data via AJAX from an external website. It works fine but I found out …

jquery xmlhttprequest blackberry-webworks cors
Accessing binary data from Javascript, Ajax, IE: can responseBody be read from Javascript (not VB)?

First of all, I am aware of this question: How do I load binary image data using Javascript and XMLHttpRequest? …

javascript ajax internet-explorer xmlhttprequest binary-data
Basic authentication with header - Javascript XMLHttpRequest

I am trying to access Adyen test API that requires basic authentication credentials. https://docs.adyen.com/developers/ecommerce-integration My …

javascript xmlhttprequest cors basic-authentication adyen
xhr uploading progress while using expressjs multer

I am trying to use XHR to track uploading progress, but at my onprogress callback at event.total I only …

node.js express upload xmlhttprequest multer
Internet explorer (only) aborts AJAX posts intermittently

Over a week pulling my hair out. Using: Jquery 1.9.1 malsup form plugin using similar to JSON example: http://malsup.com/…

jquery ajax internet-explorer xmlhttprequest abort
When a response to $.ajax is 301, can I programmatically get the new URL?

Is there a way to get the URL you are ultimately redirected to when the response to an xhr request …

javascript jquery xmlhttprequest jqxhr
GWT-RPC vs HTTP Call - which is better?

I am evaluating if there is a performance variation between calls made using GWT-RPC and HTTP Call. My appln services …

gwt xmlhttprequest asynchronous gwt-rpc
xmlhttp.responseText not display text

I'm having a situation with ajax responseText. The response text from url is well function. But something inside the ajax …

javascript xmlhttprequest responsetext
Converting this cURL for Guzzle

I've tried reading through the Guzzle docs but I can't wrap my head around this problem. I want to use …

php xml xmlhttprequest guzzle