HTTP basic authentication in the URL is not available #219
lotcher
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am a novice in network protocol. In other programming languages (such as Python or Julia), I can send a request with authentication using code similar to the following
But when I use request-scala, I get a 401 response
I've tried other Scala HTTP libraries, such as scalaj-http, and the same problem. I want to know http://user:password@address:port is a common way to write? Why doesn't our library support it?
Beta Was this translation helpful? Give feedback.
All reactions