lgyers / firephp

Automatically exported from code.google.com/p/firephp
0 stars 0 forks source link

Support for a lot of data in response headers #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Some proxies such as Squid block the response if there is a lot of data in
the response headers.

The solution for this is to only send a key which the client can use to
make a second request to the server to fetch the debug data.

This may be the preferred setup of some users to keep the response headers
small.

For temporary storage of the debug data on the server we need support for
files, APC and memcache.

Original issue reported on code.google.com by christop...@gmail.com on 22 Sep 2008 at 7:18

GoogleCodeExporter commented 9 years ago
I have also the same error :(

Original comment by arthur.t...@gmail.com on 3 Dec 2008 at 8:23

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
The same problem in several hosting environments.

Original comment by marrch.c...@gmail.com on 3 Jul 2009 at 10:33

GoogleCodeExporter commented 9 years ago
I don't think a key and a Ajax like behavior is a good solution. This breaks 
with the
current design of firePHP. Usefull would be a setting simply to crop the data 
after
for example 1K. 

Original comment by pow...@gmx.de on 4 Jul 2009 at 9:58

GoogleCodeExporter commented 9 years ago
Cropping is a good idea, but an optional second request to fetch complete data 
is
also needed.

Original comment by christ...@christophdorn.com on 10 Jul 2009 at 3:46

GoogleCodeExporter commented 9 years ago
The secondary request solution has been implemented in FirePHP 1.0:

http://reference.developercompanion.com/#/Tools/FirePHPCompanion/Introduction/

Cropping of data can be accomplished via options:

http://www.christophdorn.com/Blog/2010/10/15/tip-firephp-data-volume-filtering/

Original comment by christ...@christophdorn.com on 6 Nov 2010 at 6:17