Hi All,
This is a very basic concept, so I'm surprised that I can't find any content on this, but how does on send an HTTP request to an external endpoint from within a model driven app using client-side scripting?
Both fetch and XMLHTTPRequest fail to get a response from a container app we have set up in azure.
I've been trying to find a solution, and it seems like content-security-policy might have something to do with it? I'm honestly lost. Essentially, we're trying to do something like fetch("https://www.google.com") based on a form event in a model driven app.