Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Lynx: how to use -auth flag when username contains domain?

I have a problem with Lynx. I'm trying to log in on a web page using the -auth flag. The line I use is

lynx -accept_all_cookies -auth=mydomain\myuser:mypass 
http://ultracooldomain.com/default.aspx

This does not seem to work. What am I doing wrong (if I login with the same user/pass combination in Lynx it works)?

Thanks Nocklas

like image 658
Nocklas Avatar asked Aug 26 '11 13:08

Nocklas


1 Answers

Solved it using -auth=mydomain\\myuser:mypass

like image 134
Nocklas Avatar answered Oct 07 '22 10:10

Nocklas