You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: