I want to post a form to a remote server with ajax, the user shall not leave the website.
<form action="http://www.remoteserver.com/process.php">
...
<button type="button">send</button>
</form>
Is that possible, with no restrictions compared to self-hosted files in terms of getting the response, etc.?