Get the source code of website using lynx

Viewed 3088

As I can access the source code with lynx, w3m, links, etc. protected with a form.

lynx -source -auth=user:pass domain.com

lynx -source -accept_all_cookies -auth=user:pass domain.com 

lynx -accept_all_cookies -auth=user:pass domain.com

all fail me.

thx.

2 Answers
Related