I\'ve to make a POST call(with parameter) to an asp form which is located on another server.
For development, I did this on the same server, and it works perfectly, but
You can either create a proxy script, or use jsonp. The easier course would be to use a proxy script on your server.