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…