I'm setting a username and password using WebSetUserAuthBasic, but when I make a POST to a URL using WebCustomRequest requiring authentication, I get HTTP/1.1 401 Unauthorized. Out Headers do not show Authentication Basic either, just: POST /URL HTTP/1.1 Host: hostname.com Connection: Keep-Alive Accept: */* Accept-Encoding: gzip, deflate User-Agent: UA-CPU: x86
↧