I have an address that I would like to access with login (username/password) using HTTP Caller but I am not able to pass the username/pwd forward using POST.
Hi @felipeverdu, you can try setting Upload Data to Multipart / Form Data. Alternatively, you can set Upload Data to Specify Upload Body, and then Content Type to URL Encoded (application/x-www-form-urlencoded), with an Upload Body like this: ac=login&loginName=@Value(loginName)&password=@Value(Password). It should look like this: