Strange 413 full head error
Sloane, James
JSloane at csu.edu.au
Mon Mar 28 15:25:52 PDT 2011
I didn't capture the response headers but I worked out the error was caused by the UI storing cookie data that was getting too big. I changed the code to only store the minimal amount needed.
-----Original Message-----
From: sakai-ui-dev-bounces at collab.sakaiproject.org [mailto:sakai-ui-dev-bounces at collab.sakaiproject.org] On Behalf Of Ian Boston
Sent: Tuesday, 22 March 2011 7:49 PM
To: Sakai UI Development
Subject: Re: Strange 413 full head error
413 means the request is too large.
see http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html
This could be a number of things.
1. FF adds more things to the request that IE does.
2. AFAIK our code doesnt emit a 413, but I could be wrong. However, it may be a intermediate proxy thats emitting the 413
Do you have all the response headers you could share ?
Ian
On 21 Mar 2011, at 04:15, Sloane, James wrote:
> Hi All,
>
> I started seeing 413 full head http response errors for the big batch request that gets the widget files, it appeared to only happen for a specific user after using them for a little bit, but it started happening on the login page too. This is in Firefox 3.6.15, using the user in IE has no problems. Has anyone else seen this? It seems to be limited to firefox which is strange.
>
>
> ------------------------------------------------------------------------
> James Sloane
> Solutions Programmer
> Division of Information Technology
> Charles Sturt University
> Ph: 02 6051 9649
> Email: jsloane at csu.edu.au
> www.csu.edu.au
>
> _______________________________________________
> sakai-ui-dev mailing list
> sakai-ui-dev at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-ui-dev
_______________________________________________
sakai-ui-dev mailing list
sakai-ui-dev at collab.sakaiproject.org
http://collab.sakaiproject.org/mailman/listinfo/sakai-ui-dev
More information about the sakai-ui-dev
mailing list