I am trying to obtain access to an audio mp3 file from an endpoint, so that I can cast it to a Google Home device.
In my node-red settings, I have enabled adminAuth
, https
and httpNodeAuth
, but no surprise that when I try and get access to the endpoint (via node-red-contrib-cast ) it fails, I assume because it needs authorising.
I guess I want my cake and eat it
Without compromising the server's general security, is there a way around this?