WSO2 API Manager “error”: “no response from server”
问题 I have published API in WSO2 using swagger JSON. After publish I am trying to call rest api using swagger in APP Console. It says Response Body no content Response Code 0 Response Headers { "error": "no response from server" } There is no any error on server which will help me to understand problem. Here is the request URL which I am using in local server : https://192.168.1.118:8243/api/2.0/questions/1/answers?start=1&end=1&fields=answerId%2CanswerDescription%2CcreateDate 回答1: In my API