문제

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

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top