I'm a big fan of Webware--we use it where I work.

But for what you're trying to do, you should consider simply running a
recent build of Mozilla.  I had been using an HTTP proxy called Proxomitron
for sniffing the HTTP interactions, but Mozilla has it built in as an
option:  Tools -> Web Development ->Live HTTP Headers. It's helped me track
down some pretty obscure cookie- and form-related bugs.

If you need to see the interactions with some other browser, then you may
want to try Proxomitron.  I heard about it reading Jon Udell's column, and
it works well.  Mozilla is lots easier, though.

Cheers!
--
David Hancock | [EMAIL PROTECTED] | 410-266-4384


-----Original Message-----
From: Morten Lied Johansen [mailto:[EMAIL PROTECTED] 
Sent: Saturday, August 23, 2003 5:36 PM
To: Webware discuss
Subject: [Webware-discuss] The actual request



Hello

I've just stumbled onto Webware, and are in the process of figuring out
if it's what I'm looking for. So far it's looking good, except for the
glaring lack of documentation. I hope that's something that will be
rectified, because reading code in order to figure out what a method is
for and how to use it isn't particulary productive (yet. I guess it's
easier once you've done it a few times). If I can find a way to avoid
having to guess at how things work, I think I'll come to like Webware.

At the moment I'm just slapping together some testpages just to get a
hang of how it all works, and I was thinking about something that looks
like a bug in the browser I'm using, and was looking for some way to
confirm this when I thought about Webware. So I decided to write a quick
page to show me what I needed... except I can't figure out how to get
the information I want.

Basically I just want to get hold of all the information the browser
sent to the server when making it's request. I figured this would be
easy, using the htmlInfo method of the Request object, but got an
NotImplementedError. Then I figured the info method would have to do,
same error. Ok, so serverDictionary then... not giving me what I wanted
tbh. Finally tried rawRequest, and I just get told there is no attribute
_rawRequest.

I've probably just been looking in the wrong places, but could someone
please nudge me in the right direction?

Thanks

-- 
Morten
You Might Have Mail.


-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss


-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to