I get the following message when I try to test the REST version of joke API (
v1/humor/joke/3229)
In trace I can see that request sent to target server is to the URL http://test.jokeindex.com/services/20/api/jokeid=3229 with the authorization header so not sure what the problem is
Solved! Go to Solution.
The problem is with the syntax of your REST API. You currently have
/www/virtual/jokeindex_com/html/services/20/api/jokeid=3229
What you should have is
/www/virtual/jokeindex_com/html/services/20/api/joke/3229