> I was trying out the "rel canonical HTTP headers" on Firebug. It works fine
> in the "Net/Headers/Response headers/pretty print" tab, but when I switch
> to "Net/Headers/Response headers/view source" tab, the header is not
> entirely shown.
"Net/Headers/Response headers/view source" shows what is sent over the
wire.
"Net/Headers/Response headers/pretty print" could be a bit different
in same corner cases due to Firefox manipulation.
- Please check with WireShark that "Net/Headers/Response headers/view
source"
shows the same.
- Provide a test case so, others can try to reproduce the problem.
Honza
On Oct 8, 11:27 am, Guillaume Rossolini <
g.rossol...@gmail.com> wrote:
> Hi,
>
> I was trying out the "rel canonical HTTP headers" on Firebug. It works fine
> in the "Net/Headers/Response headers/pretty print" tab, but when I switch
> to "Net/Headers/Response headers/view source" tab, the header is not
> entirely shown. I suspect it has something to do with the contents of that
> header, ie. an HTML tag with no content.
>
> Has anyone else experienced this and found a way around to debug those
> headers?
>
> Thanks,