HTTP end point without auth

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.

doorbell

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 :wink:

Without compromising the server's general security, is there a way around this?

Yes, using the network tab of chrome developers console, I can get the url of the hosted doorbell sound, instead of hosting it myself with an endpoint.
Result!!

doorbells

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.