HTTP request not working and not clear why
I am trying to make an HTTP request to https://developer-api.nest.com in my task. I have a working auth token and can make my request work fine in Postman and/or CURL on my PC. But when I try the exact same request in a tasker task I get a 401.
I have included the following in the HTTP Request action for headers:
Authentication:Bearer %ACCESS_TOKEN
Am I configuring this wrong? I followed the directions (separate name and value with a colon and no extra spaces). Authentication is even one of the examples in the doc and this looks exactly like it so it should be working right? And again, I have tested this exact request in Postman without issue so I know I have a valid access token that should be working. Invalid access token is not the issue here.
On a related note, is there any way to see the details of the exact HTTP request that went out? The log doesn't seem to show that and I can't see any obvious way to get to that information. I'm sure I could find something like fiddler to help me see all network traffic coming out of my phone while running the task but it would be great if tasker provided a way to log out the exact HTTP requests its making for debugging.