Cross domain problems with WSO2 API Manager
问题 We have develop some APIs for a client and we have published them through API Manager. We have provided the client with some code examples on PHP which work fine. The only problem is that they are using those APIs through AJAX in a different domain to the one associated with AM. Is this a cross domain problem? I have tried setting the apache server in front of API Manager with the following headers, so that cross domain is allowed Access-Control-Allow-Credentials: true Access-Control-Allow