This gist demonstrates that cross-domain POST requests work.
To demo, visit http://bl.ocks.org/4540158
This gist demonstrates that cross-domain POST requests work.
To demo, visit http://bl.ocks.org/4540158
<html> | |
<body> | |
<p> Submit POST request to httpbin.org. Demonstrates that POST requests are cross-domain. </p> | |
<form action="http://httpbin.org/post" method="post"> | |
<label> Name: <input type="text" name="name" value="Evil Doer" /> </label> | |
<input type="submit" name="Submit" /> | |
</form> | |
</body> | |
</html> |
Supplement: just in Chrome 72.