Using Logic Apps with HTTP header hosted under Azure API Management -
we have api exposed our customers through api management. security handled using subscription key expected in "ocp-apim-subscription-key" header.
one of our methods supports polling trigger specifications, "location" , "retry-after" header in response. 1 of our customers want create logic apps, fire actions on trigger.
we set http trigger provided "ocp-apim-subscription-key" header in inputs parameters.
here problem. header added first request. subsequent requests using "location" url don't have "ocp-apim-subscription-key" header, rejected api management proxy.
i verified header in fact missing mock api, it's on logic apps end.
does have idea how resolve it?
Comments
Post a Comment