[Dillo-dev]Viewing HTTP Headers with DPI
Hi all, Is it possible to view all request/response headers using DPI? - Russell
On Tue, Jun 07, 2005 at 05:13:11PM -0400, Jorge Arellano Cid wrote:
On Sun, Jun 05, 2005 at 12:17:20PM +0800, Russell J. Wood wrote:
Hi all,
Is it possible to view all request/response headers using DPI?
That depends on the specific dpi. Please explain it further.
Well, it's not for a specific DPI, I would like to know if it's possible to get that information using DPI as if it is, I would like to write a plugin to do it. It's just I didn't see much in the documentation about getting that information. - Russell
On Wed, Jun 08, 2005 at 06:31:18AM +0800, Russell J. Wood wrote:
On Tue, Jun 07, 2005 at 05:13:11PM -0400, Jorge Arellano Cid wrote:
On Sun, Jun 05, 2005 at 12:17:20PM +0800, Russell J. Wood wrote:
Hi all,
Is it possible to view all request/response headers using DPI?
That depends on the specific dpi. Please explain it further.
Well, it's not for a specific DPI, I would like to know if it's possible to get that information using DPI as if it is, I would like to write a plugin to do it.
It's just I didn't see much in the documentation about getting that information.
Currently, dpip is not providing a dpi-command to request dillo for that info. Now, it can be done in a quite similar way that the cookies dpi (currently on testing) does. BTW, what for? (if not under NDA of course :) -- Cheers Jorge.-
On Wed, Jun 08, 2005 at 12:46:19PM -0400, Jorge Arellano Cid wrote:
On Wed, Jun 08, 2005 at 06:31:18AM +0800, Russell J. Wood wrote:
On Tue, Jun 07, 2005 at 05:13:11PM -0400, Jorge Arellano Cid wrote:
On Sun, Jun 05, 2005 at 12:17:20PM +0800, Russell J. Wood wrote:
Hi all,
Is it possible to view all request/response headers using DPI?
That depends on the specific dpi. Please explain it further.
Well, it's not for a specific DPI, I would like to know if it's possible to get that information using DPI as if it is, I would like to write a plugin to do it.
It's just I didn't see much in the documentation about getting that information.
Currently, dpip is not providing a dpi-command to request dillo for that info. Now, it can be done in a quite similar way that the cookies dpi (currently on testing) does.
BTW, what for? (if not under NDA of course :)
Great to hear it will be possible. just let me know when, and point me to the documentation. =) I like to view HTTP Headers when I've developing web applications or, when I'm just curious to know what's going on. Usually I use Firefox, but it's just so damn slow! - Russell
On Thu, Jun 09, 2005 at 07:04:09AM +0800, Russell J. Wood wrote:
On Wed, Jun 08, 2005 at 12:46:19PM -0400, Jorge Arellano Cid wrote:
On Wed, Jun 08, 2005 at 06:31:18AM +0800, Russell J. Wood wrote:
On Tue, Jun 07, 2005 at 05:13:11PM -0400, Jorge Arellano Cid wrote:
On Sun, Jun 05, 2005 at 12:17:20PM +0800, Russell J. Wood wrote:
Hi all,
Is it possible to view all request/response headers using DPI?
That depends on the specific dpi. Please explain it further.
Well, it's not for a specific DPI, I would like to know if it's possible to get that information using DPI as if it is, I would like to write a plugin to do it.
It's just I didn't see much in the documentation about getting that information.
Currently, dpip is not providing a dpi-command to request dillo for that info. Now, it can be done in a quite similar way that the cookies dpi (currently on testing) does.
BTW, what for? (if not under NDA of course :)
Great to hear it will be possible. just let me know when, and point me to the documentation. =)
I like to view HTTP Headers when I've developing web applications or, when I'm just curious to know what's going on. Usually I use Firefox, but it's just so damn slow!
Right now, you can tell Dillo to print the headers to stdout. Go to Cache_get_header() and: - _MSG("Header [io_len=%d]\n%s", i, hdr->str); + MSG("Header [io_len=%d]\n%s", i, hdr->str); HTH. -- Cheers Jorge.-
... Right now, you can tell Dillo to print the headers to stdout. Go to Cache_get_header() and:
- _MSG("Header [io_len=%d]\n%s", i, hdr->str); + MSG("Header [io_len=%d]\n%s", i, hdr->str); Thanks for that, but is there also a way to print out client headers also? I've had a quick look, but I have to run to work now.
- Russell
participants (2)
-
Jorge Arellano Cid
-
Russell J. Wood