0

I have current iframe on my page

<iframe class="gwt-Frame" src="/internal/server/report.rptdesign?sessionId=u9ij905l6ra1ailnsn8vgg3hhp&amp;user=Hannes" id="url-frame" style="width: 1920px; height: 605px;" frameborder="0"></iframe>

The problem is that the internal url with its parameters is loaded by using the HTTP GET method. Due to security reasons I should use HTTP POST. But how do I do that with an iframe?

Sulejmani
  • 11
  • 1
  • 10
  • This is marked as a duplicate, but in the related question they don't use the src attribute of the iframe element. So I don't think this is the same question. – Sulejmani Dec 07 '20 at 08:40

0 Answers0