I have an application () that is protected by a Tailscale App Connector. This works well and as intended. I am however running into an issue where this application cannot perform cURL requests on itself. This is primarily used to access a headless Chrome browser hosted locally to render a PDF. I have confirmed Tailscale is the culprit because I cannot run this curl command within the application: curl -i
. After messing around with various ACL configurations, I have not been able to get this to work.
Any help would be appreciated. Thanks.