Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Support Authorization with Proxy server (in client) #1213
Comments
ktoso
added 1 - triaged community t:core
labels
Jun 20, 2017
|
FYI @note |
|
After giving this a couple shots I am getting lost trying to implement this. Until I have time to do some more digging, I don't quite have the knowledge necessary to figure out how to pass the proxy auth header after the proxy responds with a 407. I also don't have the greatest understanding of how BiDi flows work, which I am now trying to level up on. |
|
Actually, I would send the authorization data proactively before the proxy can even respond with 407. After it has responded it might even be impossible to use Basically, how the thing should work is by adding optional credentials (could be of type Does that explanation make sense. Hopefully that would be enough for a first cut. |
Scalahansolo
referenced
this issue
Jun 29, 2017
Open
Added the ability to add proxy auth headers #1256
jrudolph
added a commit
to jrudolph/akka-http
that referenced
this issue
Jul 18, 2017
|
|
+ jrudolph |
bffe928
|
jrudolph
added a commit
to jrudolph/akka-http
that referenced
this issue
Jul 18, 2017
|
|
+ jrudolph |
ce8fe54
|
ktoso commentedJun 20, 2017
In #1200 (comment) we implemented HTTP(S) proxy support, however we did not yet implement authorization support, this ticket is to address that.