Hello, I am currently using a bluehost server to send a CURL GET to 2 different company’s servers. By coincidence, both use Clouflare. Both of these servers are blocking my server from making the request.
Here is an example of the request, which should just return a small JSON with a token, but insteam I am getting the following:
# api-fxtrade.oanda.com
## Checking if the site connection is secure
api-fxtrade.oanda.com needs to review the security of your connection before proceeding.
Ray ID: `796526d1dc892b87`
Performance & security by [Cloudflare](https ://www.cloudflare.com/?utm_source=challenge&utm_campaign=m)
Response: null
I get an identical response for the other server too.
I know my code is NOT the issue since I have tested this same code from a different server.
Any help is appreciated.