Is there a way to pass an autherization header using the Bangle.http option?
I've tested passing this in as part of my POST, using the header option and also attempted to pass login creds via the URL I send the POST to but it isn't sent across.
I can pass the data via the Body as an alternative but wanted to check if autherization was supported in some way that I wasn't trying or if it's never passed with the request being sent out.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Is there a way to pass an autherization header using the Bangle.http option?
I've tested passing this in as part of my POST, using the header option and also attempted to pass login creds via the URL I send the POST to but it isn't sent across.
I can pass the data via the Body as an alternative but wanted to check if autherization was supported in some way that I wasn't trying or if it's never passed with the request being sent out.