You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: