dimkanovikov / WebLoader

High level wrapper around QNetworkAccessManager for make network communications easy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic access authentication possible

opened this issue · comments

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

commented

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.