On Sat, Apr 10, 2010 at 10:17 PM, rangeli nepal <rangeli.ne...@gmail.com> wrote:
> Good Evening Everybody,
> I am trying to send a authorization header where token in pretty big( around
> 2.5 kb).
> It is going in form of
> Authorization:  Custom value<Big Token>
> However apache responds me with bad request. looking at the tcpdump I see
> the header spanning in two tcp packets. I was wondering if that is the
> reason apache is giving me back bad request?

2.5k shouldn't be a problem, unless you've limited beyone the default
with LimitRequestFeldSize.  Try adding %{error-notes}n to your
logformat and check your errorlog.

-- 
Eric Covener
cove...@gmail.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to