Languages

Menu
Sites
Language
net::ERR_UNKNOWN_URL_SCHEME

Hello, 

I developing a web app for Tizen 7.0 TV.  In the app, I want to send the data from the Tizen web app to the server through HTTP, but it can't work. 

I got the error: "POST http://***********/player/register net::ERR_UNKNOWN_URL_SCHEME"  is there any other methods to solve this problem 

Thanks, 

Vijayanand C.

Responses

6 Replies
Pugh

One potential solution you can try is to check that you are using the correct URL scheme (http:// or https://) in your request. It appears that you might be using an unknown or incorrect URL scheme, which is causing the error. 

Joseph Pipkin

What the different between http:// and https:// ?

Kamil Kazmierak

Hello, I have similar problem. Have you found solution?