-
Notifications
You must be signed in to change notification settings - Fork 159
Open
Description
I am using the proxy to verify my location based on my server's location. The response from the intended service that I am trying to verify my location with should indicate that I am in US and be:
{"stat":"ok","result":{"isAllowed":true,"countryCode":"US"}}
However, when using this proxy, I only receive:
{"stat":"ok","result":{"isAllowed":true}}
Hence, I am not sure why this service isn't returning the countryCode value. Is there a value that needs to be passed in the php? Is the proxy truncating the result?
Metadata
Metadata
Assignees
Labels
No labels