Created a custom connector using Azure API management. Initially this was working. I made some changes in one request and updated the connector. After updating I am receiving the 401 Unauthorized Response - Access denied due to missing subscription key (Ocp-Apim-Subscription-Key)
This works if I remove subscription required tick in Azure API management. But I don't want to allow access to this API without subscription key.
Below is the response header
{
"x-ms-apihub-cached-response": "true",
"x-ms-apihub-obo": "false",
"WWW-Authenticate": "AzureApiManagementKey realm=\"{API_BASE_URL}/tm-power-clone\",name=\"Ocp-Apim-Subscription-Key\",type=\"header\"",
"Date": "Tue, 02 Jan 2024 04:03:30 GMT",
"Content-Length": "152",
"Content-Type": "application/json"
}

Report
All responses (
Answers (