I have a specific use case where my page is on another domain inside an iframe
.
I have to do a HTTP POST
inside the iframe
to a predefined URL(cross domain, Don't worry about CORS) so that the host can close the iframe
I could do this with JS hassle free.
How can i achieve this without JS (In case the JS is disabled) and without a submit button click.