fgenesis / minihttp

A minimal 2-file (cpp+h) TCP & HTTP client implementation. Supports GET & simple POST. Optional SSL via PolarSSL/mbedTLS. Cross-platform, uses POSIX or Win32 API. C++03 with STL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Got HTTP Status 401

apollo-time opened this issue · comments

I try minihttp::Download but I got http 401 status.

Got HTTP Status 401

How can I process it?

How can I process Digest Authorization mode?