THE ADDRESS WASN'T UNDERSTOOD.. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

THE ADDRESS WASN'T UNDERSTOOD..

i put a link and when i try to open t, Firefox show that thing....where did i go wrong?

9th Jun 2017, 2:34 PM
Kelvine De Danielo
Kelvine De Danielo - avatar
3 Answers
+ 3
It means Firefox does not know/understand what protocol to use. In the following link (which also describes the issue) the protocol is "https" https://support.mozilla.org/en-US/questions/1153241 The "://" signals the end of the protocol. There should be no spaces. Other common protocols are: http:// ftp:// file:// (usually seen as file:/// because the 3rd slash starts file system navigation). All of this is important because it tells the browser what network port to use (the protocol's default port): http:// signals "open port 80" https:// signals "open port 443" + security ftp:// signals "open port 21"
9th Jun 2017, 3:23 PM
Kirk Schafer
Kirk Schafer - avatar
0
what link you tried?
9th Jun 2017, 2:44 PM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar
0
plz test with other browsers
13th Jun 2017, 8:16 AM
Petro Jackson
Petro Jackson - avatar