I'm trying to run the YoutubeFeeds sample present in the package 1.6 of WSO2 API Manager. I performed, as mentioned in the Product Documentation, the following steps:
- executed "ant" command in the /CARBON_HOME/bin directory --> OK
- executed "ant" command in the /CARBON_HOME/samples/Data directory --> OK
- started the API Manager server
- executed "APIPopulator.bat" in the /CARBON_HOME/samples/YoutubeFeeds directory --> OK
- executed the command curl -H "**Authorization: Bearer " http://:8280/youtube/1.0.0/most_viewed"**
After executed the step 5, if I have configured "Thrift" as authentication protocol between API GW and API Key Manager I got the following error : Error while accessing backend services for API key validation. It seems that are some problems regarding the Key validation check. I tried to solve the issue but with no results.
So after that I tried to switch with "WSClient" authentication protocol and in this case I got a 202 HTTP return Code, that means: the request has been accepted but it has not been completed. In this way the request is accepted but i don't get any response.
P.S.: The API Manager is running on the Default Ports (Offset port is 0)
Any suggestion?