aricpp
aricpp copied to clipboard
Authentication of http requests
Check the authentication mechanism in HttpClient class.
At the first request, the client directly submit the authorization.
Maybe it should first issue a simple request then, once receiving a negative response, it should send a new request with the authorization field.