not able to load pdf file via http url in iFrame widget

0
Hi Guys, I tried to load a PDF file in the iFrame widget with an HTTP URL like ‘http://s29.q4cdn.com/175625835/files/doc_downloads/test.pdf’. but Mendix won’t not allow me to to send the request and prompt the error as bellow, any idea how can i resovle this issue?
asked
1 answers
0

Could you not just request the PDF via an HTTPS URL instead of HTTP?
e.g.: https://s29.q4cdn.com/175625835/files/doc_downloads/test.pdf

 

That will resolve the insecure resource error as both pages will be served via HTTPS.

I hope this helps.

answered