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> |
I'm in truoble with a "block iframe" problem, I'm in trapped for two weeks, I will be crazy~~pls help me, help me
Background:
a page in domainA.com contains a iframe. After iframe loaded, imframe page execute it's js code, just a form.submit to cross-origin domainB.com, but throw error: Uncaught DOMException: Blocked a frame with origin "https://lowtouch-hahb.qa.webex.com" from accessing a cross-origin frame.