Hi there,
I got into a. weird situation. I cannot access api.coingecko through my tracker server which polls market data periodically and store the data in Redis so that client app can request it.
My tracker server runs into following error
HTTP/1.1 403 Forbidden\r\nServer: Cloudflare\r\nDate: Tue, 04 Apr 2023 04:43:21 GMT\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Length: 16\r\nConnection: keep-alive\r\nX-Frame-Options: SAMEORIGIN\r\nReferrer-Policy: same-origin\r\nCache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0\r\nExpires: Thu, 01 Jan 1970 00:00:01 GMT\r\nCF-RAY: 7b26e3d59ebf409a-SIN\r\nSet-Cookie: __cf_bm=XKIpTDFWC2jz7mxyf1z2gkntwYkODgPsitMQ0HmXNKc-1680583401-0-AX3L24N7c1XHtgM9v0MLsZxuCwuY+WcIpuSxmyzVu00TQJ7sUBN253BjFKnC58+Upi7Rx72daucCkuvLAOuzx/A=; path=/; expires=Tue, 04-Apr-23 05:13:21 GMT; domain=.api.coingecko.com; HttpOnly; Secure\r\n\r\nerror code: 1020"}
I already check in Activity Log in Events but cannot find the Ray ID 7b26dc829da3409a.
I do not get into any problem (can access api.coingecko) when doing cURL from the server VM. What do I incorrectly set?
Regards,
Ian