Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Sep : Re: Fail to encode reserved characters in Indy10
| Subject: | Re: Fail to encode reserved characters in Indy10 |
| Posted by: | "Gloria Ho" (gloria_dot_..@gmail.com) |
| Date: | 19 Sep 2006 08:38:16 |
According to Uniform Resource Locators (URL) specification (http://www.rfc-editor.org/rfc/rfc1738.txt),
"Many URL schemes reserve certain characters for a special meaning: their appearance in the scheme-specific part of the URL has a designated semantics. If the character corresponding to an octet is reserved in a scheme, the octet must be encoded. The characters ";", "/", "?", ":", "@", "=" and "&" are the characters which may be reserved for special meaning within a scheme. No other characters may be reserved within a scheme."
Besides the unsafe characters, ss there any way in TidUri to encode these reserved characters?
Gloria Ho
none