How To Bypass An Embedded iFrame asking for credentials
We have some Qlik charts embedded in iFrames, and when the page loads its asking for credentials.
How can I bypass this, and send the credentials programmatically?
I was looking at the option for Authenticating with an HTTP header, but don't you need client certificates for that? If you don't need certificates, then surely its no very secure just posting a username without any other credential information.
Also, would that mean my API is authenticated, but my iFrame is not?