v-dmagsino
May 04, 2022Microsoft
POST Request Redirect
Hello everyone,
I have a question regarding redirecting in Azure.
I created an machine learning pipeline that can get triggered using a REST endpoint.
I would like to provide this endpoint to consumers but it has sensitive information such as my subscription id, resource group, etc. I tried using Azure Application Gateway to create a URL that doesn't expose my credentials but for some reason it turns my POST request into a GET request.
Has anyone encountered this problem? if so were you able to solve it?