I'm trying to get data from a Rest API that requires "Basic Authentication". I am able to access the data from Python so i know my credentials are valid. In dataflex 18.2 I am able to use a cHttpTransfer to access data from Rest APIs with no authentication with no problem. My question is this-- is setting the psUsername and psPassword properties of an cHttpTransfer object equivalent to "basic authentication". Because when I set those to my known valid credentials the API tells me that I have not authenticated. If that is not sufficient authentication, is there a nice complete example somewhere of how to do basic authentication with only 18.2 objects? Unfortunately the mailchimp example uses the Json objects which I don't have.

Alternatively is there some low level debugging technique that would allow me to see what's going on with the transfer? I'm kinda stuck on how to debug this.

Thanks!