I'm attempting to call the following example API from my Linux server (77.68.94.76)curl -s "
opensky-network.org/api/states/all?icao24=3c6444&icao24=3e1bf9"
In response I'm now getting the following return message:
<html>
<head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>
<hr><center>nginx/1.17.6</center>
</body>
</html>
However, if I run the same curl command from my PC it works fine.
Has my server's IP address recently been restricted on your host side?
Thanks.
Richard.