elnormous/HTTPRequest

Authentication error

chccc1994 opened this issue · 0 comments

Authentication error, showing no login?

        http::Request request{"http://admin:Admin123@192.168.2.102/cgi-bin/system?Module=Query&Type=DM6xResolution"};
        http::Response response = request.send("GET");
        std::cout << std::string{response.body.begin(), response.body.end()} << '\n'; // print the result

FAIL,Please Login