Forum Moderators: phranque
What can I do to achieve the same with POST requests?
Any idea (maybe javascript)?
Thanks a lot.
See RFC2616 - HTTP/1.1 [w3.org] descriptions of the 301 and 302 redirect server responses and their associated warnings.
The best approach is to switch domains before presenting the form page that POSTs information -- In other words, put the form on the same domain as you want to POST to.
Jim