Questions tagged [api-manager]

[DO NOT USE] Use `wso2-am` tag instead.

API Manager leverages proven, production-ready integration, security, and governance components from the WSO2 Enterprise Service Bus, WSO2 Identity Server, and WSO2 Governance Registry. In addition, it leverages the WSO2 Business Activity Monitor for Big Data analytics, giving you instant insight into APIs behavior.

As with all WSO2 products, the WSO2 API Manager is 100% open source. Designed for easy customization, it is extensively pluggable to integrate with existing infrastructure in your enterprise.

Reference :

http://wso2.com/products/api-manager/

209 questions
2
votes
1 answer

How make a dynamically header field in ali manager wso2

I want to know how can I change the value of field in the header of the backend service dynamically Thank you
Ali Mejri
  • 39
  • 6
2
votes
1 answer

wso2 api manager configure one api for internal users and one for external users

I have installed (one instance of API Manager in a server) and created an API for internal consumption only in my organization. Now there is a requirement to expose another new API for external users only. Can I do this using this same…
2
votes
2 answers

How can I fixed the SSLException in AM?

I invoked the API by postman successfully but did not in HttpClient as the shown below. And there are no logs in wso2carbon.log or error.log javax.net.ssl.SSLException: hostname in certificate didn't match: <14.201.60.216> != and Do…
Mike
  • 419
  • 1
  • 6
  • 16
2
votes
2 answers

How can I export public key(.pem) from API Manager's wso2carbon.jks?

How can I export public key(.pem) from API Manager's wso2carbon.jks? I want to put it in the /etc/ssl/certs/ca-certificates.crt of my linux server. I do that the above is to solver the problem like me
Mike
  • 419
  • 1
  • 6
  • 16
2
votes
2 answers

how can I resolve "the CRLfile:none" the error when I do curl command?

curl -X GET --header 'Accept: application/json' --header 'Authorization: Bearer 2118b878-46a8-3b9d-a911-8ac18a0b13cf' 'https://172.17.0.1:8243/V1.0.2/stock/getParam?age=123' curl: (60) server certificate verification failed. CAfile:…
Mike
  • 419
  • 1
  • 6
  • 16
2
votes
1 answer

WSO2 API Manager - Strange result of Failover test. How come?

WSO2AM version : 1.10.0 I setup API manager after reviewing deployment pattern document.(https://docs.wso2.com/display/CLUSTER44x/API+Manager+Deployment+Patterns) 1 publisher 1 store 1 Gateway manager 3 Gateway worker (Clustering) 2 Load Balancer 2…
ironrainbow
  • 141
  • 9
2
votes
1 answer

API Manager Server Multiple Network Interface - WSO2 Error when Start

I am using the API Manager wso2 but when I have two network interfaces for example: Interface one = data (192.168.1.10) Interface two = network backup (172.10.10.10) when I start API Management in the configuration that have variables for…
Alex
  • 69
  • 1
  • 7
2
votes
1 answer

wso2 api manager have xss issue

I'm using WSO2 API MANAGER VERSION 1.10.0 Sample API published with script description in publisher portal and i open the api detail in store portal setting carbon.xml is below true
raekwon.ha
  • 107
  • 10
2
votes
1 answer

WSO2 APIM 2.0 Clustering deployment issue when try API console from API store

I deployed 2 keymanager nodes, 2 pub-store nodes, 1 gateway manager node and 2 gateway worker nodes in one server, and deployed nginx for load balance. When i try to access API via API Console, it reported below error: TID: [-1234] [] [2016-08-29…
Emman Sun
  • 351
  • 3
  • 15
2
votes
1 answer

WSO2 APIM 2.0 Clustering deployment issue when deploy sample API

After i deployed APIM 2.0 in one server with 2 pubstore nodes, 2 key manager nodes, 1 gateway manager and 2 gateway worker nodes i login to publisher and deploy sample API, but i encounter such error and failed to deploy it: TID: [-1234] []…
Emman Sun
  • 351
  • 3
  • 15
2
votes
1 answer

wso2 am 1.10.0 API Store: "Error occurred while executing the action generateApplicationKey" with " Invalid credentials provided."

Product: WSO2 AM 1.10.0 DB: MSSQL Security: SAML2 integrated with PingIdentity OS: Linux When I tried to create or generate keys from "/store/site/pages/subscriptions.jag" page, UI gave me: Error occurred while executing the action…
J D
  • 274
  • 3
  • 17
2
votes
2 answers

How to remove other user's application in WSO2 api Manager 1.7 by admin

I have admin rights in my wso2 api manager. But it has number of users and they have number of applications which are created by them selves. But I need to remove some selected applications which are already created(approved) by other users also as…
Anushka Ekanayake
  • 977
  • 2
  • 13
  • 33
2
votes
1 answer

Using databases in a distributed WSO2 API Manager setup

it's known that when we uses a distributed WSO2 API Manager setup it is necessary uses 3 databases like: When we use a standalone setup we have 2 datasources: WSO2_CARBON_DB (The datasource used for registry and user manager) WSO2AM_DB (The…
2
votes
1 answer

Invoking token using ajax (WSO2 APIManager1.10)

I 'd like invoking the token at APIM 1.10 using ajax. I tryed this: $(function() { $.ajax({ url:'https://localhost:9443/token', type: 'POST', dataType: 'json', contentType: 'application/json', data:{ …
2
votes
1 answer

Give port number and passed parameters in WSO2

I am trying to learn WSO2 but have been stuck at a minor step which i believe should be quite easy to do. While creating a new api i need to give the production endpoint. What i want to give is the url along with the port as well. So it should be…
200ok
  • 210
  • 4
  • 14
1
2
3
13 14