Re: HTTP header field sizes

Corey Wineman wrote:
> 
> Is there some specification that describes how long certain HTTP header
> fields should be? I browsed through a couple of the RFCs and saw desciptions
> for the format of fields and which characters were/were not valid, but
> didn't notice anything about length.
> Is there, for example, a suggested limit on the number of characters that
> can be included in the Content-Type: header field?

I'm pretty sure there's no limit, in general.

I think there are some related security considerations...
a really, really long header field can cause a server
to dump core, waste a lot of time, etc., if you're not
careful.

hm... I don't see them documented.
http://www.w3.org/Protocols/rfc2616/rfc2616-sec15.html#sec15

-- 
bind default <http://www.w3.org/People/Connolly/kb>
<mailto:connolly@w3.org> is mailbox of 
  [a Person; called "Dan Connolly";
  affiliation [ a Consortium; called "W3C";
	     homePage <http://www.w3.org> ];
  homePage <http://www.w3.org/People/Connolly/>;
 ]

Received on Thursday, 2 November 2000 18:33:49 UTC