I've complete the stock info tutorial which includes a web request and that works no problem.
I've moved on to a new app which includes web requests but these require basic authorization in the request header.
I thought it should be fairly straightforward:
1. Set the URL and params
2. Set the RequestHeader to the list (("Authorization:", "Basic <mytoken"))
Doesn't work - it says I need an authorization token etc.
I have verified the correct authorization token using postman and curl to submit the same request successfully so I'm assuming I'm doing something wrong in App Inventory.
Any ideas?
Here is the block