Internet Channel: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
either deleted or never existed |
||
Line 1: | Line 1: | ||
==Interesting URLs== | ==Interesting URLs== | ||
* <tt>about:</tt> About Opera Page | * <tt>about:</tt> About Opera Page | ||
Line 28: | Line 27: | ||
* attempting to connect to an ftp server above port 80 by specifying a.b.c.d:n gives no response | * attempting to connect to an ftp server above port 80 by specifying a.b.c.d:n gives no response | ||
* attempting to connect to an ftp server above port 80 by specifying ftp://a.b.c.d:n gives an error stating that protocol ftp is not supported | * attempting to connect to an ftp server above port 80 by specifying ftp://a.b.c.d:n gives an error stating that protocol ftp is not supported | ||
[[Category:Software]] | [[Category:Software]] |
Revision as of 13:36, 22 December 2007
Interesting URLs
- about: About Opera Page
- about:opera About Opera Page
- about:about About Opera Page
- opera:about About Opera Page
- opera: Invalid Address Page
- opera:opera Invalid Address Page
- about:blank Blank Page
- opera:blank Blank Page
- localhost Blank Page
- a.b.c.d:n if n < 80 = Invalid Address Page (Even if port open), if n == 80 or n > 80 Blank Page or whatever exists at port
- 127.0.0.1 Blank Page
- file:/ no response
- file://localhost/ no response
- file: no response
- / Invalid Address Page ( file://localhost/ )
- /. www.slashdot.org
- \. Invalid Address Page ( file://localhost/ )
- data: no response
- mailto: Not Supported Message
- ftp: Not Supported Message
- http:asite.com works fine
- https:asite.com works fine
- help no response
- site.com works fine
- '\' in some urls gets converted to '/' (also // or \\ as well as /// or \\\ is converted)
- attempting to connect to an ftp server above port 80 by specifying a.b.c.d:n gives no response
- attempting to connect to an ftp server above port 80 by specifying ftp://a.b.c.d:n gives an error stating that protocol ftp is not supported