Idle
Idle
CDCloudflare Developers
Created by Idle on 5/9/2024 in #general-help
Bulk Modify DNS records?
Is there a way I can modify dns records in bulk using the cloudflare go API?
2 replies
CDCloudflare Developers
Created by Idle on 2/15/2024 in #general-help
Encountering thousands of TLS handshake errors.
Using a go https server with a cloudflare origin certificate, i've never encountered any connection issues, however when i review request logs for my server, i notice several thousand failed tls handshake errors which look like this: [Info] 01:50:09 server.go:3212: http: TLS handshake error from 162.158.255.138:29083: EOF of course the cloudflare ip can vary. if anyone knows what could cause this issue i would be very grateful to hear any solutions to this problem.
7 replies
CDCloudflare Developers
Created by Idle on 11/12/2023 in #general-help
set missing header
can i configure a request header transform rule to set a header if it doesnt exist?
8 replies
CDCloudflare Developers
Created by Idle on 11/10/2023 in #general-help
CORS/Origin issues
Any HTTP request through Cloudflare is missing its Origin header. Plus, when setting the according CORS and Access Control Allow Origin response headers in my backend, they don't reach the end client and any file requests get blocked.........
18 replies
CDCloudflare Developers
Created by Idle on 11/5/2023 in #general-help
chrome content length mismatch error
context: visiting example.com my server sends a html page that contains an image element with the src being cdn.example.com the cdn then simply serves a gif. i compared the content length response that my cdn sends to the one that the client receives and they are identical. but if i don't proxy requests that go to the cdn subdomain, chrome will fail to load the gif, and throw the following error in console: chrome failed to load resource: net::err_content_length_mismatch enabling cloudflare proxying to my cdn fixes this issue, but the content length response headers once again stay the same. also this only happens with chrome, firefox is working fine. i figure this is rather an issue with chrome than with cloudflare...
1 replies