sadek hossain
sadek hossain
CDCloudflare Developers
Created by sadek hossain on 9/13/2024 in #general-help
How to cache nextjs pages using cloudflare for non logged in users only using cookie set or not
Doesn't work. Issue is once a page or url is cached, cloudflare use that response and header and never check for new response and header. Actually to get a new cookie it needs to hit the origin but since cloudflare will always serve from cache so next requests will never reach to origin and thus cookie also never gets set. So technically its impossible to render logically
6 replies
CDCloudflare Developers
Created by sadek hossain on 8/18/2024 in #general-help
why cannot i upgrade to business monthly plan?
main zone over view? could you add a link here?
2 replies
CDCloudflare Developers
Created by sadek hossain on 12/2/2023 in #general-help
I am trying to create a rate limit role but not working
or add user's ip somehow in the call replacing server ip
31 replies
CDCloudflare Developers
Created by sadek hossain on 12/2/2023 in #general-help
I am trying to create a rate limit role but not working
it gives bunny path so we can exclude that path
31 replies
CDCloudflare Developers
Created by sadek hossain on 12/2/2023 in #general-help
I am trying to create a rate limit role but not working
but we want to block user sending automated request. when you load a page, it calls from getInitialProps and this user server ip instead of users. we want to block that user sending automated request
31 replies
CDCloudflare Developers
Created by sadek hossain on 12/2/2023 in #general-help
I am trying to create a rate limit role but not working
also now noticed that we use nextjs and serverside get intial props call. they send server ips instead of users' ip so rate limiting the server itself I see.. 😦
31 replies
CDCloudflare Developers
Created by sadek hossain on 12/2/2023 in #general-help
I am trying to create a rate limit role but not working
yes
31 replies
CDCloudflare Developers
Created by sadek hossain on 12/2/2023 in #general-help
I am trying to create a rate limit role but not working
this role seems blocking cdn request from bunny,,...
31 replies
CDCloudflare Developers
Created by sadek hossain on 12/2/2023 in #general-help
I am trying to create a rate limit role but not working
the tracer give me id of the matched rate limit, like 0ca9ffe39fcf4f158e089afbb58... how to see which one matched with this id?
31 replies
CDCloudflare Developers
Created by sadek hossain on 12/2/2023 in #general-help
I am trying to create a rate limit role but not working
got it, seems working
31 replies
CDCloudflare Developers
Created by sadek hossain on 12/2/2023 in #general-help
I am trying to create a rate limit role but not working
thanks
31 replies
CDCloudflare Developers
Created by sadek hossain on 12/2/2023 in #general-help
I am trying to create a rate limit role but not working
used (not starts_with(http.request.uri.path, "/api/")) but didn't block..
31 replies
CDCloudflare Developers
Created by sadek hossain on 12/2/2023 in #general-help
I am trying to create a rate limit role but not working
only (not starts_with(http.request.uri.path, "/api/")) is enought?
31 replies
CDCloudflare Developers
Created by sadek hossain on 12/2/2023 in #general-help
I am trying to create a rate limit role but not working
thank you so much and yes, example.com/api like this
31 replies
CDCloudflare Developers
Created by sadek hossain on 12/2/2023 in #general-help
I am trying to create a rate limit role but not working
ah got it, so how can we add all path
31 replies
CDCloudflare Developers
Created by sadek hossain on 8/30/2023 in #general-help
Cloudflare for saas not hitting fallback domain instead hitting main domain
we fixed it... fallback was not correctly hitting
9 replies