How do I send a cross-domain POST request via JavaScript?
Posted
by Ido Schacham
on Stack Overflow
See other posts from Stack Overflow
or by Ido Schacham
Published on 2008-11-18T13:43:53Z
Indexed on
2010/03/24
10:23 UTC
Read the original article
Hit count: 364
How do I send a cross-domain POST request via JavaScript?
Notes - it shouldn't refresh the page, and I need to grab and parse the response afterward.
Your help with some code examples will be much appreciated.
© Stack Overflow or respective owner