Skallwar / suckit

Suck the InTernet
Apache License 2.0
733 stars 38 forks source link

Add support for HTTP basic auth args #96

Closed pjsier closed 3 years ago

pjsier commented 3 years ago

Progress on #87. Adds an initial setup for accepting comma-separated HTTP basic authentication information to create a mapping of URL hosts to username, password credentials.

This doesn't implement loading credentials from a file yet, but I wanted to check in on this approach before going any further. Any feedback is appreciated!