0
votes

Well ,

i m hitting a simple PhoneVerify Request from my localhost which have enterprise proxy .

i have configured my Proxy setting using below link.

Can't access to production endpoint with WSO2 API Manager - entreprise proxy

But I m Getting The Same Response code 0 and Blank Response Body.

Here Is a the curl and Request URL :

Curl

curl -X GET --header "Accept: application/json" --header "Authorization: Bearer b9d93ac569bec1721716e1422b852b"  "https://192.168.78.153:8244/phone/1.0.0/CheckPhoneNumber?PhoneNumber=8888888888&LicenseKey=0"

Request URL

https://192.168.78.153:8244/phone/1.0.0/CheckPhoneNumber?PhoneNumber=8888888888&LicenseKey=0

Response Body

no content

Response Code

0

Response Headers

{
  "error": "no response from server"
}

[ base url: /phone/1.0.0 , api version: 1.0.0 ]

1

1 Answers

0
votes

Since you are behind a proxy with port set through http.proxyPort, You have to use port 1234 instead of 8244.