Welcome Guest Search | Active Topics | Sign In | Register

Failing to handle already registered URI scheme? Options
Christian Porzio
Posted: Thursday, October 11, 2018 2:10:21 PM
Rank: Advanced Member
Groups: Member

Joined: 10/4/2016
Posts: 104
Hi,

I can see EO will allow to register dynamically your own URI scheme:
https://www.essentialobjects.com/doc/webbrowser/advanced/resource_handler.aspx

But it seems to fail opening the associated application for a URI scheme that has already been registered as explained here:
https://msdn.microsoft.com/en-us/windows/desktop/aa767914

In our case we have created this new scheme: aasml and it works in IE, Chrome and Firefox but when I click on the same link (e.g. aasml:https://mysite.com/) using EO Browser, we get: Error:Failed to load resource: net::ERR_UNKNOWN_URL_SCHEME

Would you mind let me know what we are missing here?

Thank you
eo_support
Posted: Thursday, October 11, 2018 4:14:55 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,080
Hi,

One of the main goal of our product is to be completely self contained and do not rely on the environment --- the downside is we generally do not load settings from the system either. In this case, we do not support custom schemes defined in the registry. You have to do it with our own custom resource handler scheme.

Thanks!
williamholding
Posted: Wednesday, July 10, 2019 6:34:20 AM
Rank: Newbie
Groups: Member

Joined: 7/10/2019
Posts: 1
The ERR_UNKNOWN_URL_SCHEME error is commonly because of your browser issue . There's no application on your device which can handle that particular action. It is a Chromium bug . In Chrome version 40 and up, this bug has resurfaced, but only if you are manually entering the URL of the redirect page in the address bar. More on ...
http://net-informations.com/q/mis/scheme.html
eo_support
Posted: Wednesday, July 10, 2019 7:56:32 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,080
williamholding wrote:
The ERR_UNKNOWN_URL_SCHEME error is commonly because of your browser issue . There's no application on your device which can handle that particular action. It is a Chromium bug . In Chrome version 40 and up, this bug has resurfaced, but only if you are manually entering the URL of the redirect page in the address bar. More on ...
http://net-informations.com/q/mis/scheme.html


Thanks for sharing. However we do not believe the information you provided is related to particular question.


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.