How to Use Query Params With WSO2 API Manager 1.8?
问题 I am using Wso2 API manager 1.8 . I have created one API http://example.com:8280/api/test/v1/user/{userId}/content.json , Here userID value Coming dynamically .Normal API call working fine , ie http://example.com:8280/api/test/v1/user /200/content.json ,I am getting the results fine.Now I want to apply pagination. I am passing some query-params with this ,ie http://example.com:8280/api/test/v1/user /200/content.json?startIndex=0&count=1 But 403 forbidden error coming . <ams:fault> <ams:code