On Sep 20, 6:23 pm, ProXy <[email protected]> wrote:
> Hello, I am trying to add a value of some HTTP header (i.e. "Server")
> as a new column, or append the value to an existing column.
If I understand correctly you want to modify HTTP headers before they
are sent to the server, correct?

> It seem to
> be possible via file.requestHeaders array. Can you point me to the
> solution?
file.requestHeaders contains list of headers, but this list is not
used to modify existing headers in the request.

You could create a Firebug/Firefox extension that handles
http-on-modify-request event and does the modification, see also:
https://developer.mozilla.org/en/Setting_HTTP_request_headers

Honza

>
> Thanks
>
> P.S. it is like in Wireshark, you can "Apply as Column" any value. In
> this case, some HTTP header.

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en.

Reply via email to