Why am I getting a 503 error with HttpClient while Postman works for the same request in windows cpp win32?
I am using the C++ REST SDK (cpprestsdk) to send an HTTP GET request, but I keep getting a 503 Service Unavailable error. When I make the same request in Postman, it works fine and returns a 200 OK response.