WebLoader icon indicating copy to clipboard operation
WebLoader copied to clipboard

Basic access authentication possible

Open ghost opened this issue 7 years ago • 1 comments

Is it possible to use Basic access authentication (https://en.wikipedia.org/wiki/Basic_access_authentication) with this library?

ghost avatar Oct 08 '18 09:10 ghost

Yes with some improvements. You need to add a method in NetworkRequest which allow you to add user-defined header and then you can pass the Authorization header through this method.

dimkanovikov avatar Oct 11 '18 05:10 dimkanovikov