Hi!
Puneet Lakhina said the following, On Saturday 15 July 2006 10:43 PM:
hi, I need to see what all requests my browser(firefox 1.0.7) is sending.. is there any place where i can make the browser log these things? Or is there like a proxy like thing that i can install and make my browser go through this proxy and then the proxy can spit out the details. I am really clueless about this, so if anyone could please give some pointers it would be great help. I tried googling but didnt find anything relavent.
Im using Ubuntu 5.10
There is one interesting plugin [1] of Firefox called selenium [2]. Just go through it. Major benefit of selenium is that you can record all the activity of you browser and replay it again, very useful for black box testing of web applications.
[1] http://www.openqa.org/selenium-ide/download.action [2] http://www.openqa.org/selenium-ide
Hope it helps...