I have been testing making GET requests through curl in php from my localhost to my Azure container.
This worked fine on my localhost but when the request came from my website, I was met with the error: "Connection refused".
I believe this may be a firewall issue but I'm ultimately not sure what's causing this. Any help would be appreciated.