I dont' think so. I also tested it against an in-house app on IE that is known to pass all kinds of stuff to and from the server, all in JS code-- HTTP::Recorder captured no traffic at all.
Something about JavaScript makes interaction with the server invisible. I really like HTTP::Recorder, I wish I could figure out to expose that traffic.
| [reply] |
Sorry, but I think you've configured something wrong or else the stuff you believe is being loaded from the server was pre-loaded in some way. The server only handles HTTP, so anything fetched from it must use HTTP, which means it must go through your HTTP proxy, which is dumping everything to HTTP::Recorder. Ther is nothing magical about JavaScript.
| [reply] |