Questions tagged [apim]

230 questions
0
votes
1 answer

Azure API Management - Adding header and query parameters to APIM operation using Azure CLI

How can I add headers and query parameters to an APIM operation using the Azure CLI. I know how to do this with the REST API, so I was wondering if this is possible at all.
Sven Malvik
  • 765
  • 2
  • 8
  • 18
0
votes
2 answers

Prevent browser from prompting for client certificate in APIM Azure

I have integrated my API in API management gateway of azure and trying to access that API using APIM URL in the UI application. When the call hits the APIM, a popup appears on the browser to select a certificate for further process of request. How…
0
votes
0 answers

Upload large files to azure storage blob via APIM

As per the requirement, trying to upload large file (any: xml, images) (more than 100MB) from browser to private azure storage blob via APIM using SAS Token. The methods which I followed below not working. I tried TWO different options of upload,…
0
votes
1 answer

Azure API Management not getting Client Certificate for Multual TLS

I'm trying to verify Client Certificates in Azure API Management. I created a new instance and I'm using the default Echo API. I followed this documentation…
0
votes
2 answers

Azure API Management Rate Limit By Json Body

hello i am trying applying rate limiting on azure api management by json body value i have rule like that
ismkdc
  • 1
  • 1
0
votes
2 answers

Azure API Management Set-Body with liquid template

I have a SOAP service where I need to add one property to the XML Body prior to sending the request onto the backend service. My Postman request is as below:
Phil Murray
  • 6,396
  • 9
  • 45
  • 95
0
votes
1 answer

Why WSO2 APIm needs 50+ DB connections at startup?

In our WSO2 setup, whenever the APIm comes up, it creates close to 50+ DB connections towards the PostGres DB. In stable phase, each APIm instance has only 4 DB connections. I would like to understand why it needs 50+ connections at startup? is it a…
0
votes
1 answer

How to import API into Azure APIM by uploading API swagger file

What kind of file should be uploaded here?
0
votes
1 answer

Accessing Wso2 Api Manager from custom DNS

I have a wso2 API manager 3.0.0 setup on my linux. By default, the publisher, dev tools and management console url points to localhost. In order to access it via browser, I had to replace localhost with my server IP and it worked. Now I have created…
0
votes
1 answer

Remove operation using powershell command in apim

I want to use Az Powershell command to remove operation from apim. Does anyone know how? I am looking at documentation for Remove-AzApiManagementOperation This is the example given: Remove-AzApiManagementOperation -Context $apimContext -ApiId…
Deepak
  • 126
  • 1
  • 11
0
votes
2 answers

Brute Force in WSO2 carbon

How can prevent wso2 carbon or publisher or store Brute Force?? for example have a captcha or have maximum try for example lock user for 5 fault try or any thing can prevent Brute Force? I use free wso2 and I don't have WUM , ...
0
votes
1 answer

Can we customize or change the routing method for APIM?

It is pretty clear from this link that API Management by default uses Performance routing method. Is there any way we can change that method for APIM? I mean what if I want to go for let's Priority-based routing instead of Performance or Geographic…
Girish Acharya
  • 235
  • 6
  • 20
0
votes
1 answer

Azure APIM why am i getting response code of 0

I have an APIM setup which is backed by a logic app which puts a message into a queue. When I look in Application insights I can see non-successful requests being returned. All I the detail I can see get in the response code is 0 [not sent in full…
DShorty
  • 582
  • 1
  • 6
  • 14
0
votes
1 answer

Configuring nested Traffic Manager API Management in Azure

I have deployed an API Management service as internal vnet and created a dummy API. The Application Gateway is deployed which has the API Management service as the backend pool. 1 instance of AppGW and API management service are deployed in each…
chetan
  • 111
  • 1
  • 1
  • 3
0
votes
1 answer

How to setup 405 Method Not Allowed for each of the methods in APIs using azure API Management

In azure API Management how to setup the 405 (Method not allowed) policy. I am using azure API management APIs and adding different policies like jwt validation, IP filtering, rate limit and all. But I couldn't find a way for add the 405 method not…