Hi all, I'm building insurance intranets with an inhouse library. In JRun, I want to sniff the http traffic, but I ran across the following: - with my app at a high port (8100), and - sniffer sniffing traffic: client <--> (sniffer)8101 <--> (my app)8100 the library likes to build absolute urls including host, protocol and port to everything it generates links to, even images. But when I set it up to use it through a sniffing 'proxy' port, it seems as if the request seen by the library, as sent to it by the sniffer, contains the port of the configured application, and not the port the client used. I'm not sure what anybody else who uses the sniffer thinks of this, but maybe there could be a configuration option in future for the sniffer to be 'transparent'. In practice this means that the html pages that come back point me to a port other than the sniffer port, so I only see the login and frameset... that's all. john ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
