/ Published in: Bash
Note that curl will not follow redirects. Will prompt interactively for password if the -u option is omitted.
This snippet is tagged "scraping" because good luck scraping anything off your corporate intranet without LDAP auth :)
Expand |
Embed | Plain Text
curl --ntlm -u user:pass http://mysite.com
You need to login to post a comment.
