I tried to curl the following url in a notebook
%sh
curl https://staging-api.newrelic.com/graphql -v
But I got the following error message
{ [5 bytes data]
* TLSv1.2 (OUT), TLS header, Supplemental data (23):
} [5 bytes data]
* TLSv1.2 (IN), TLS header, Supplemental data (23):
{ [5 bytes data]
* TLSv1.2 (IN), TLS header, Supplemental data (23):
{ [5 bytes data]
< HTTP/2 418
< date: Tue, 27 Aug 2024 09:16:43 GMT
< content-type: text/plain
< content-length: 23
< server: cloudflare
< cf-ray: 8b9af6e55b080580-IAD
<
* TLSv1.2 (IN), TLS header, Supplemental data (23):
{ [5 bytes data]
* TLSv1.2 (IN), TLS header, Supplemental data (23):
{ [5 bytes data]
100 23 100 23 0 0 283 0 --:--:-- --:--:-- --:--:-- 283
* Connection #0 to host staging-api.newrelic.com left intact
Unauthorized IP address
How can I fix this Unauthorized IP address issue?