Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
List of illegal characters for URL
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00770389
Message ID:
00770716
Views:
21
Hi Vin,

>Unless your URL string actually represents a post, right? Certainly, in that case, "&" and "?" are not only valid, but expected.

"&", yes, that's true. Thanks for pointing this out. An HTTP URL might also contain the following characters which are not in the generic list for URLs: ";" ":" "@" "&" "="

However, "?" is not a valid character. It can be used once to separate the path from the parameter string. But it's not valid neither inside the URL, nor in the parameter string. Most browsers, though, don't care if it's in the URL of a link. It's different, though, if you send this URL in an HTTP header. Older browsers like Netscape 4.x might refuse to process the URL if it contains invalid characters.

--
Christof
--
Christof
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform