Why is it forbidden to make GET requests to `https://www.googleapis.com/oauth2/v1/certs` from certain hosts?

27 Views Asked by At

When I do normal curl queries:

curl -isS https://www.googleapis.com/oauth2/v1/certs

for some reason such requests are successful from the local computer, but from the remote computer (provided to me by a known VPS hoster) for some reason they receive a 403 response:

Your client does not have permission to get URL <code>/oauth2/v1/certs</code> from this server.  <ins>That’s all we know.

How can this problem be solved?

0

There are 0 best solutions below