asciimoo / wuzz

Interactive cli tool for HTTP inspection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve infos about requests

wngmnheiko opened this issue · comments

I'd like have more infos about the requests actually sent.

If I have the URL "http://google.com" I'd like to see the actual request sent (with the "/" as path).
If there is a redirect I'd like to see the actual redirects with all the data going back and forth.

@wngmnheiko you can disable the automatic redirection with the -R/--disable-redirects flags.

Had an older version running. But -R/--disable-redirects is nice. Now I want a shortcut to just follow the redirect, so that I can step through to the final destination and inspect all the intermediate requests.

Dear @asciimoo and @wngmnheiko
Would you mind checking if #118 fixed this issue?
if it doesn't please write down your opinion and advice. Thank you 🙏

@iDevoid it is a great improvement, thanks.