azure-api-management Questions
3
Solved
I have configured an Azure website (with one ApiController) to use client-certificate authentication using the instructions provided here. Summarizing: you set the clientCertEnabled flag to true an...
Dragoman asked 3/12, 2015 at 16:39
1
On Azure API Management, I would like to use the subscription-key passed from the proxy to the service to identify the user behind the call.
The only solution I can find is to get all subcriptions...
Miser asked 19/8, 2014 at 16:6
1
Solved
In API Management, how do you access URL template parameters through a policy?
In this instance, my operation is called test, the HTML verb is GET, and the URL template is as below -
/test/{var...
Biggerstaff asked 15/2, 2017 at 16:36
2
Solved
I would like to create a policy in Azure API Management that forwards all calls that start with the path "proxy/search" to another url. However, i don't want to have to import/create endpoints in A...
Lovell asked 25/1, 2017 at 22:2
1
I have an API in Azure with address;
http://webapiapplicationXXXXXXX.azurewebsites.net
and the Swagger UI at
http://webapiapplicationXXXXXXX.azurewebsites.net/swagger/ui/index
Putting this into...
Definiens asked 2/12, 2016 at 12:7
3
Solved
NOTE: SEE MY OWN ANSWER BELOW
I have been looking through the slim documentation for hours. What I need is this:
I have an incoming GET request from a system that can ONLY send GET requests. My b...
Plonk asked 15/9, 2016 at 4:50
3
Solved
I am trying to import an API I have into Azure API Management using swagger, should be fairly simple but I always get the same error:
One or more fields contain incorrect values: API with specif...
Durwin asked 27/10, 2015 at 19:40
1
Solved
I am working with Azure API Management and wondering what is the difference between primary and secondary subscription keys. I can access the API using both so, what is the exact difference?
Ada asked 15/3, 2016 at 12:20
1
Solved
For use with the Azure API Management, I am trying to add Applications to an Azure Active Directory (AAD) programmatically, in my case by using the Graph API.
My scenario is the following: In orde...
Godiva asked 13/1, 2016 at 9:31
1
Solved
I'm setting up an Azure API Management with with an ASP.NET WebApi 2 app behind it. API Management recommends setting up Basic auth between the API Management proxy and the ASP.NET WebApi to make s...
Curagh asked 28/11, 2015 at 19:5
1
I'm using Azure API Management to deliver a clean interface to third parties for integration purposes.
I want do a POST with a JSON object to create this object in the backend. This works fine in ...
Tauto asked 30/9, 2014 at 13:15
© 2022 - 2024 — McMap. All rights reserved.