Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • +1 for a useful question, in my opinion you're acting correcty by asking a new question since it does differ in the other one (which is obviously for IPv4 only). You'll get more rep soon if you post more here at SO, and the low-rep barriers is part of what keeps the quality high here. ;-) Commented Jan 17, 2011 at 12:41
  • 3
    You are looking for absolute URIs, aren’t you? Because even an empty string is a valid URI reference. Commented Jan 17, 2011 at 12:42
  • 1
    Your IPv6 example is not correct, it should be http://[2620:0:1cfe:face:b00c::3]:80/ so parsers can differentiate between the hex delimiters and optional :80 port number. Commented Jan 17, 2011 at 12:51
  • Ok, I'll comment here. Yes my mistake in IPv6 syntax. Those works, so really the problem is with example.org: beging valid one. All those urls breaks the editing in here, and I get some Oauth stuff there if I try to edit my post, so I'm not going to edit it. Oh that OAuth stuff is already there... Commented Jan 17, 2011 at 13:46
  • Well, Ok, looking RFC it seems that scheme is allowed to have dots in it. So basicly "example.org:" is valid according to RFC. Commented Jan 17, 2011 at 14:28