Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > General question - URL length limit

Reply
Thread Tools

General question - URL length limit

 
 
Kamyk
Guest
Posts: n/a
 
      03-08-2005
Hello all!

I have general question. Does the URL address has length limit of the
passing data?

Thank you for answers
Marcin from Poland



 
Reply With Quote
 
 
 
 
Nick Theodorakis
Guest
Posts: n/a
 
      03-09-2005
On Tue, 8 Mar 2005 21:45:42 +0100, "Kamyk"
<> wrote:

>Hello all!
>
>I have general question. Does the URL address has length limit of the
>passing data?
>


Short answer: no.

Long answer: yes.

I don't think there is anything in the HTTP spec that limits it, but
there are practical considerations that may limit the length of a uri
in real life. For example, the browser may not be able to use a url
longer than a certain length, or the server may choose to reject a
request for URLs that are too long.

Nick


Nick

--
Nick Theodorakis

contact form:
http://theodorakis.net/contact.html
 
Reply With Quote
 
 
 
 
Richard
Guest
Posts: n/a
 
      03-09-2005
On Tue, 8 Mar 2005 21:45:42 +0100 Kamyk wrote:

> Hello all!
>
> I have general question. Does the URL address has length limit of the
> passing data?
>
> Thank you for answers
> Marcin from Poland
>
>


To the left of the dot is a limit of 67 characters.
To the right of the dot after the tld, there is virtually no limit other
than what the system can handle.


 
Reply With Quote
 
Toby Inkster
Guest
Posts: n/a
 
      03-09-2005
Nick Theodorakis wrote:
> Kamyk wrote:
>
>> I have general question. Does the URL address has length limit of the
>> passing data?

>
> Short answer: no.
> Long answer: yes.


Ignore Richard -- Nick is right.

I'll add further, that if you stick to URLs under 1000 characters, you
ought to be safe in virtually all situations.

--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact

 
Reply With Quote
 
SpaceGirl
Guest
Posts: n/a
 
      03-09-2005
Richard wrote:
> On Tue, 8 Mar 2005 21:45:42 +0100 Kamyk wrote:
>
>
>>Hello all!
>>
>>I have general question. Does the URL address has length limit of the
>>passing data?
>>
>>Thank you for answers
>>Marcin from Poland
>>
>>

>
>
> To the left of the dot is a limit of 67 characters.
> To the right of the dot after the tld, there is virtually no limit other
> than what the system can handle.
>
>


Not really sure if that's what the OP asked, but you areright I think.
The max length for a NAME is 64 characters + extensions. However you
could stick another 64 character subdomain in front of it. There are
some limits to what can then be put after the name, depending on the
browser. A safe number is 2Kb (2048 characters). IE 5 or above, Netscape
and Mozilla can all handle that. Actually I think Mozilla is only
limited by your systems string size, so, either 16kb or 32kb or
something, which is HUGE.

So:

64.64.ext/2048
 
Reply With Quote
 
chinmai chinmai is offline
Junior Member
Join Date: Oct 2008
Posts: 1
 
      10-28-2008
I am also looking for the same. Thanks for the information.

Thanks & Regards,
Chinmai

Madurai Meenakshi Amman Temple
Tamil Movie News Online
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
General....very general.... no important for u forever hi Python 0 03-18-2009 08:21 AM
URL length limit of 1100 Chris Davoli ASP .Net 2 09-20-2008 09:51 AM
Some shareware has a time limit and the software will not work after the time limit has expired. anthony crowder Computer Support 20 01-16-2007 10:01 AM
c program, file size limit, how to solve? 2G bytes limit. guru.slt@gmail.com C++ 1 06-27-2005 11:05 PM
URL length limit ? FabienV ASP General 2 08-11-2003 11:48 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57