Sergey A
Sergey A
CDCloudflare Developers
Created by Sergey A on 2/4/2025 in #workers-help
The response of a fetch() request in worker is different from same request in any other environment
@rdutton @Hard@Work | R2 Thank you so much for your help! Looks like issue is on the Hostinger side. I will post updates once resolved.
15 replies
CDCloudflare Developers
Created by Sergey A on 2/4/2025 in #workers-help
The response of a fetch() request in worker is different from same request in any other environment
No description
15 replies
CDCloudflare Developers
Created by Sergey A on 2/4/2025 in #workers-help
The response of a fetch() request in worker is different from same request in any other environment
Thank you so much for sharing that. I didn't even know that logs are exist! And yes there are logs of failed requests from Cloudflare!
15 replies
CDCloudflare Developers
Created by Sergey A on 2/4/2025 in #workers-help
The response of a fetch() request in worker is different from same request in any other environment
I tried to contact Hostinger's support, they asked to add some headers to request (User-agent, referrer & accept), but it didn't help. Since the issue started shortly after Hostinger changed their IP address and the A DNS record was updated in Cloudflare, I can assume that the DNS lookup for worker can be resolved incorrectly. Is it possible to check somehow which IP address worker send requests to?
15 replies
CDCloudflare Developers
Created by Sergey A on 2/4/2025 in #workers-help
The response of a fetch() request in worker is different from same request in any other environment
Thank you for your help! Unfortunately there is no logs on the server that is from Cloudflare's worker. Looks like requests were denied either before reaching our app or DNS lookup returns incorrect IP address, so it doesn't reach server at all. I suspect that the IP address can be resolved incorrectly because issue started shortly after Hostinger changed their IP and asked to update DNS A record.
15 replies
CDCloudflare Developers
Created by Sergey A on 2/4/2025 in #workers-help
The response of a fetch() request in worker is different from same request in any other environment
Thank you for your answer! Yes, blog.xolotto.com was proxied with Cloudflare. Now I've turned proxying off, the IP address is updated to origin server IP, but it doesn't help unfortunately. The .htaccess file on the hosting side has "Allow from All" directive.
15 replies