Re: Something to log/record http-sessions?



Koppe74 wrote:
I guess this is a bit off-topic, but here goes...

I'm looking for *something* -- maybe a plug-in/extension
to a web-browser (firefox or opera), a stand-alone
program/script emulating a browser, or something
to hook-up to the kernel or network-device -- that
logs the interactions between my web-browser and
a remote server, to screen or file.

I need to know what is recived (not necesserily
full pages or pictures, but file-name and perhaps
the beginning of the page/picture), what is sent
out, where I'm re-directed, cookies, and forms
I send. Whatever it is, must be able to handle
JavaScript (validating and sending forms).

Have you considered something like Squid the Squid proxy server? A quick Google search indicates it supports logging.


I wish to make a script to automate log-in and
further access to a web-page, but first I need
to find out how the h*** the page detements
wheter or not I'm logged-in and how my log-in
information is sent... So I thought a way to record
my interaction to the site from a normal browser
in some way, would be as good a solution as any.

-Koppe


If you want to examine the access process, I should also suggest Wireshark. (ne Ethereal) That'll allow you to watch the HTTP traffic in real time.

--
Rosetta Code -- Building a Rosetta Stone for Programmers
http://rosettacode.grc4.org
.



Relevant Pages

  • Re: Issues of state
    ... Every http hit then almost certainly comes from the same ... the app can always set a random cookie at ... hundred bytes) you can put it entirely into browser cookies and send ... But the browser is a terrible front-end for AJAX designs because it doesn't record the state changes that take place as a result of requests for updated InnerHTML content, so if the user is unwise enough to press the "back" button she loses all traces of the non-page interactions that have taken place since the page was loaded. ...
    (comp.lang.python)
  • Change the browser setting in IE through programming.
    ... hide address bar, menu bar, Links and Standard Buttons of the browser. ... When we try browsing from remote server, ... i changed all the browser settings exactly same as that browser ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: [Cookies] AJAX -> file_get_contents() -> AJAX
    ... The call from the browser is in AJAX. ... The issue is that the remote server uses some cookies to maintain ... If the remote site uses cookies to maintain state, you must make sure you send them too. ...
    (comp.lang.php)
  • Something to log/record http-sessions?
    ... to a web-browser, ... program/script emulating a browser, or something ... logs the interactions between my web-browser and ... I wish to make a script to automate log-in and ...
    (comp.os.linux.misc)
  • Browser session dump
    ... I want to record all my interactions with a website - in other words what I ... website uses SSL, Javascript and Flash to do the interaction. ... make a browser divulge the SSL keys so that I can decrypt tcpdump traces? ...
    (uk.comp.os.linux)