I'm publishing one of our APIs on WSO2 API Manager. The API has the following resource that I access through a HTTP GET call: http://content.my-company.com/data/articles/123456, where "123456" is the article id.
On the API Manager, I'm registering the version v1 of this API, under the "contents" context, so that I'm able to access it through: http://api.my-company.com/contents/v1/data/articles/123456
The problem is that I'm currently getting a 404 error, and looking at the API log, it shows that the request the API is receiving from WSO2 is: http://content.my-company.com/http%3A//content.my-company.com/data/articles/123456, instead of http://content.my-company.com/data/articles/123456
Anyone has an idea on why the request is being redirected incorrectly to my API?
Thanks in advance!
Best regards,
Alex.