5
Views
2
Comments
Solved
http blockage in my app
Question

Im working in outsystems 10 silk UI mobile theme. The website I want my app to open uses http and not https. So the app doesnt allow it to open the pages and gives me this


"The page is trying to load scripts from unauthentic sources."


Is there a way to make it open http pages? Im using iframes to achieve that as i want the pages to open in my app environment not outside the app.

UserImage.jpg
hafsa zaineb
Solution

Eduardo Jauch wrote:

Hi hafsa,

I think this will not work...
Browsers do not allow non secure content in secure applications for security reasons.
The OutSystems Mobile app seems to follow the same principle.

You could try to search the web by workarounds, but I don't know if as of today this is possible without a lot of effort.

Cheers,
Eduardo Jauch


Hi Eduaro,

Yes you are right outsystems follow the same principle. It didn't let me open the http pages.I have download InAppBrowser plugin to force it to open those pages. It does not give me desired results but it's working.

I'm not sure if it's a good solution.

2020-02-28 09-46-54
Eduardo Jauch

Hi hafsa,

I think this will not work...
Browsers do not allow non secure content in secure applications for security reasons.
The OutSystems Mobile app seems to follow the same principle.

You could try to search the web by workarounds, but I don't know if as of today this is possible without a lot of effort.

Cheers,
Eduardo Jauch

UserImage.jpg
hafsa zaineb
Solution

Eduardo Jauch wrote:

Hi hafsa,

I think this will not work...
Browsers do not allow non secure content in secure applications for security reasons.
The OutSystems Mobile app seems to follow the same principle.

You could try to search the web by workarounds, but I don't know if as of today this is possible without a lot of effort.

Cheers,
Eduardo Jauch


Hi Eduaro,

Yes you are right outsystems follow the same principle. It didn't let me open the http pages.I have download InAppBrowser plugin to force it to open those pages. It does not give me desired results but it's working.

I'm not sure if it's a good solution.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.