I'm making an Ajax.request to a remote PHP server in a Sencha Touch 2 application (wrapped in PhoneGap).
In Firefox 3, the answer is 6 per domain: as soon as a 7th XmlHttpRequest (on any tab) to the same domain is f
I would like to add a custom header to an AJAX POST request from jQuery. I have tried this: $.ajax({ ty
In the code below, the AngularJS $http method calls the URL, and submits the xsrf object as a "Request Payload
I'm getting this error using ngResource to call a REST API on Amazon Web Services: XMLHttpRequest cannot
I'd like to send some data using an XMLHttpRequest in JavaScript. Say I have the following form in HTML:
I've seen a couple questions around here like How to debug RESTful services, which mentions: Unfortun
I want to test some URLs in a web application I'm working on. For that I would like to manually create HT
What does enctype='multipart/form-data' mean in an HTML form and when should we use it?
Use of java.net.URLConnection is asked about pretty often here, and the Oracle tutorial is too concise about i
I am working on my REST client library for CodeIgniter and I am struggling to work out how to send PUT and DEL
I am building a PHP application in CodeIgniter. CodeIgniter sends all requests to the main controller: index.p
I would like to upload a file asynchronously with jQuery. $(document).ready(function () { $("#uploa
I can find lots of information on how Long Polling works (For example, this, and this), but no simple examples
How can I detect which request type was used (GET, POST, PUT or DELETE) in PHP?
Is it possible to redirect a user to a different page through the use of PHP? Say the user goes to www.exampl
Is there a difference between mimetype, contenttype and mediatype? (Java's JAX-RS MediaType). From the
I have read a lot stuff about this but not able to get the conclusion on this topic. But I've never use