Questions tagged [ibm-api-management]

APIs deliver data and information to apps, enabling innovative businesses to transform themselves. IBM API Management enables API owners to define, secure, control, and publish APIs to developer communities, as well as to analyze API usage.

APIs deliver data and information to apps, enabling innovative businesses to transform themselves. The IBM® API Management for Bluemix® service enables API owners to define, secure, control, and publish APIs to developer communities, as well as to analyze API usage.

178 questions
0
votes
1 answer

Api Key Exposed in logs of Appengine

I am building an app-engine using java and i have the following line of code: @ApiMethod(name = "fetchfile", path = "fetchfile", apiKeyRequired = AnnotationBoolean.TRUE) Now what is happening is that in the app-engine logs, i see the API key…
user11836626
0
votes
1 answer

Liquid mapping problem in API-Management Policy

I've encountered a problem regarding mapping values using liquid for a "Soap to Rest" api endpoint in API management policys. My Example looks something like this... The Soap Request should return something like this:
H4p7ic
  • 1,669
  • 2
  • 32
  • 61
0
votes
1 answer

Use Azure API Management for pass-through but returning html showing redirecting

I try to modify the backend of our api management from resource to a webapp api. I have taken Use Azure Api Management as a passthrough as a reference. the exposed api is: https://service-api-management.azure-api.net/api-name/operation-name the…
0
votes
1 answer

How can I detect the user sign up event from Azure API Management?

I've been using Azure API Management recently, and I would like to know if there is a way to detect the sign up process performed from the included Developer Portal. Basically I need to be able to get the user unique id, to be able to map data…
Eduardo Fonseca
  • 435
  • 1
  • 6
  • 19
0
votes
1 answer

How do i test if response cache working for an API in WSO2 3.0.0 APIM?

Steps I tried! Run ALLInONE wso2 3.0.0 -published an API- pizza shack Run load test on it for 5 min with 20 concurrent users. Stopped it Went to publisher enabled response cache restart server Run load test for 5 min with 20 concurrent users But…
Vivek
  • 405
  • 1
  • 4
  • 14
0
votes
1 answer

What is the difference between reverse proxy provided by APIM (gateway) and Service fabric?

What is the difference between reverse proxy provided by APIM (API gateway) and Service fabric? I am reading that the API gateway provided by APIM provides for reverse proxy. Also, the service fabric also provides gateway (thus reverse proxy).
variable
  • 8,262
  • 9
  • 95
  • 215
0
votes
2 answers

Function App calling another Function App blocked by IP Address

We have a bunch of function apps in Azure which are accessed via an API Management Service layer. In the API Management Service Layer we have created inbound policies to white list certain IP addresses. We would like to call one function app from…
Jay
  • 878
  • 3
  • 12
  • 22
0
votes
0 answers

API Management retry policy

I have configured an API Management policy to retry in the case of 500 errors
David
  • 1,203
  • 6
  • 25
  • 48
0
votes
2 answers

How to pass the inbound request body to the backend service in Azure API Gateway

I am trying to generate the Active Directory Token via the Azure API gateway. For that i have created a API operation on my Azure API Gateway which accepts the following body parama. { "client_id" :"****************", …
0
votes
0 answers

Azure Front End Web APP & Azure APIM Mutual Client Certificate authentication is not working

We have implemented Mutual Client Certificate Authentication between Azure front end web app and Azure APIM. We have created self signed client certificate mapped to a custom domain from where APIM Proxy API is getting called. Additionally, we…
0
votes
1 answer

API Management with Service Fabric integration using HTTPS

We have integrated API Management with Service Fabric in Azure as outlined in this document. Everything is up and running, but we would like to ensure that the traffic between API Management and Service Fabric Stateless Service (ASP.NET Core) is…
0
votes
1 answer

Getting API-Scope Policy XML

In MS Azure, I set up an API Management Service - let's call it "MyAPIMS". Within that, I added a web app as an API - let's call that "MyWebAPI". Within this API, I added a "set-header" policy within the Inbound processing section. So now if I go…
0
votes
1 answer

Configure different handlers for APIs based on HTTP method in WSO2 synapse file

I have a WSO2 synapse file to handle my API requests at gateway level. I have configured my GET and POST/PUT for an endpoint as below. I have a custom handler which deals with allowing a specific host to call these APIs. I have a requirement to…
user1614862
  • 3,701
  • 7
  • 29
  • 46
0
votes
0 answers

API Connect >The requested URL was not found on this server

I'm new using IBM API CONNECT, My goal is to use API CONNECT as a proxy server to provide security to my my existing REST Apis, I followed this tutorial but I receive the below error: 404 Not…
0
votes
1 answer

Azure API Management Instance Copy with Developer Portal Content

I want to migrate all the content/data of 1 azure API management instance to a different instance. While checking for options, came across backups, however the MSFT clearly informs that Developer Portal Content( i.e…
Mandar Jogalekar
  • 3,199
  • 7
  • 44
  • 85