Azure APIM missing subscription key error on single api call of larger set
I have a set of API calls that go through Azure APIM to reach our backend. All but one of the calls function as they should, given that the subscription key is included. However the function below, despite having the subscription key assigned in the header section, always results in a 401: access denied, missing subscription key
. To keep the post neat, I will exclude the extra types because they will quickly clutter the post, and I don’t believe they are the cause.