Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Maximum size for directory section of an URL

Status
Not open for further replies.

paveway

Programmer
Jan 6, 1999
17
AU
Hi, I don't know if this is the right area to ask this but I couldn't find another forum for it.<br>
<br>
My question is what is the maximum size you can specify for a directory on an URL <br>
eg<br>
<br>
I know for the address it is 26 letters, but what about the directories?.<br>
<br>
Thanks
 
The length of a header can be no longer than 4096 bytes. Even if you enter more than this number only the first 4096 bytes are recognized. This means 4096 bytes including the URL itself. Example: This is all considered one header, so you just have to count the bytes.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top