dmfs / http-client-essentials-suite

A lightweight http-client suite.
Apache License 2.0
11 stars 5 forks source link

PrematureBasicAuthStrategy #108

Closed dmfs closed 6 years ago

dmfs commented 6 years ago

Some APIs require Basic authentication but don't send a proper challenge. In order to authorize requests with such a server, as a developer I want an AuthStrategy which sends Basic credentials prematurely.