Forum Moderators: phranque

Message Too Old, No Replies

What characters are not recommended (or illegal) in a static URL?

         

sun818

2:56 am on Aug 17, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



As much as possible, I construct my static URLs using alphanumeric characters, and substituting spaces with dashes. I am at a point where it may be easier to use the following characters:

' (single quote)
: (colon)

Are these characters web safe?
Are there other web safe characters?

Duckula

3:49 am on Aug 17, 2003 (gmt 0)

jdMorgan

3:50 am on Aug 17, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



And RFC 2396, section 2.2 through 2.4.3: [faqs.org...]

Jim

sun818

5:29 am on Aug 17, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Thank you both! :) That was a real education. Single quote is okay, but not colon.