I am creating some suspended connections to an HTTP server (comet, reverse AJAX, etc). It works ok, but I see the browser only allows two suspended connections to a...
I have a page that allows the user to download a dynamically-generated file. It takes a long time to generate, so I’d like to show a “waiting” indicator. The...
I need a live test server that accepts my requests for basic information via HTTP GET and also allows me to POST (even if it’s really not doing anything)....
What’s the maximum length of an HTTP GET request? Is there a response error defined that the server can/should return if it receives a GET request that exceeds this...
I’m designing an API to go over HTTP and I am wondering if using the HTTP POST command, but with URL query parameters only and no request body, is...
Can anyone show me how to do a PHP cURL with an HTTP POST? I want to send data like this: username=user1, password=passuser1, gender=1 To www.example.com I expect the...
I have two questions. I understand that if I specify the domain as .mydomain.com (with the leading dot) in the cookie that all subdomains can share a cookie. Can...
How do I listen for and receive a third party HTTP POST in WordPress so I can process the data in the post inside WordPress? Not looking for the...
I’m getting this error using ngResource to call a REST API on Amazon Web Services: XMLHttpRequest cannot load http://server.apiurl.com:8000/s/login?login=facebook. Response to preflight request doesn’t pass access control check: No...
I’ve seen a couple questions around here like How to debug RESTful services, which mentions: Unfortunately that same browser won’t allow me to test HTTP PUT, DELETE, and to...