wso2invokegatewayapi-manager

Wso2 api manager, gateway doesn't invoke rest from the backend


I'm new api manager, I installed it then I published a rest service but when I run it the gateway doesn't invoke the service

Please there is an issue in the config or what ?


Solution

  • Error may be due to Access-Control-Allow-Header error, please check the browser developer-tool(F12) console for errors.

    Set Access-Control-Allow-Headers to * In /wso2am-2.0.0/repository/conf/api-manager.xml and try.

    thanks