You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS Used - ALL Information (architecture, linux flavor, etc.)
Docker over debian image amd64
Pastebin link to error you are encountering
Expected behavior (vs. what you encountered)
Not an error, just an improvement
Any additional information
Hello,
It would be great to add information in the log or report of redirects followed during the web session.
As far as I know I cant access this information.
I can help in testing if needed.
Thank you,
The text was updated successfully, but these errors were encountered:
Firefox has some command line args / settings that enable logging urls.
Not an easy solution but I did it that way.
I have no access to my code currently.
I didnt worked on report integration of theses but I will give you the command line / regex I used as soon as I can.
Relkci
changed the title
Not only follow but also log redirects (http, html or js redirects)
log redirects (http, html or js redirects)
Jun 18, 2024
Hello,
For information I finally used following debug feature to generate a log file and just grepped through it.
firefox -MOZ_LOG=nsHttp:5 -MOZ_LOG_FILE=nsHttp.log
firefox -MOZ_LOG=all:1 -MOZ_LOG_FILE=all.log
The way I run it on my side is a little far from your original code and tied to my implementation so I wont propose a PR but can share some code parts/run some tests however.
OS Used - ALL Information (architecture, linux flavor, etc.)
Docker over debian image amd64
Pastebin link to error you are encountering
Expected behavior (vs. what you encountered)
Not an error, just an improvement
Any additional information
Hello,
It would be great to add information in the log or report of redirects followed during the web session.
As far as I know I cant access this information.
I can help in testing if needed.
Thank you,
The text was updated successfully, but these errors were encountered: