Is it possible to make an iframe use a POST rather than a GET request? I am not trying to post a form into the iframe but load the iframe depending on data generated on the server.
Unfortunately, I can't use Javascript in this case (because it is the company's policy that the checkout must be possible without JS).