[REBOL] Re: About URL limit
From: gchiu:compkarori at: 25-May-2001 23:23
On Fri, 25 May 2001 07:28:31 -0300
"Rondon Andrade" <[rondon--andrade--uol--com--br]> wrote:
> Is there any limit of URL ? Because, I have an url with
> 199 chars of length,
The HTTP standard warns against relying on URLs longer than
255 characters to work consistently. Something about older
routers, proxies and servers (read, most ones out there) not
being able to handle them.
Brian Hawley
> when it's in a string, it holds the 199 chars. When I
> change it to-url, it's
Can you show us your code where this error occurs?
--
Graham Chiu