Will a request header work for authenticating requests to an app server
We have a Blazor/C# web app running on Azure App Server. And we have a second Python web app running on Azure App Server. The only valid calls to the Python web app are from the Blazor web app or from our simple test client.