Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
HTTP Basic Authentication does not work on http://www.cs.sjsu.edu/~stamp/infosec/lectures/ #21784
Comments
|
It's not supposed to. You must pass correct Authorization header. |
|
OK, solved it by passing the
|
Checklist
Verbose log
Description
The following command does not work as expected:
I have also tried authenticating with
.netrcfile, passing username and password in the URL request (e.g. http://username:password@example.com). The results are the same. The directory and the videos open fine in a browser.