Yash Bindal (yB)
Explore posts from serversCDCloudflare Developers
•Created by Yash Bindal (yB) on 11/13/2024 in #workers-help
Urgent help with reverse proxy
Hi Guys,
I was trying to reverse proxy to do SSR for a webflow site.
everything worked except some times
the proxied page scripts are not loaded.
I have to refresh multiple times to make it work.
then it works for few hours.
I also added 30days cachce but no change
1 replies
CDCloudflare Developers
•Created by Yash Bindal (yB) on 11/3/2024 in #workers-help
Reverse Proxy how to fix caching?(idk if it's caching issue)
So I have created a reverse proxy that get data from other page.
On my other page there are also some scripts that get data.
so one I load that page initially I get that page withour any data.
when i refresh then the data get's visible
I thought it was caching so added 30day cache but still same
2 replies
CDCloudflare Developers
•Created by Yash Bindal (yB) on 9/27/2024 in #workers-help
how to hit on external API with port
:8200
So I have this API with this port "..com:8200"
the issue is it work in dev but it gives warning that it won't run in prod because of prod
what's the work around
1 replies
CDCloudflare Developers
•Created by Yash Bindal (yB) on 9/24/2024 in #workers-help
IPv6 -> IPv4
I am hitting the external API with worker which has IP whitelisting
So I send them the whole list of Cloudflare IPs
the issue it seems like is that their system cannot handle IPv6
is there any solution
I see a toggle in setting but can't do anything about that
19 replies
CDCloudflare Developers
•Created by Yash Bindal (yB) on 9/21/2024 in #general-help
Static IP in cloudflare worker
I trying to hit an external API through cloudflare worker
my issue is they require static IP which I have to give So they can unblock me.
But cloudflare have dynamic IP
Is there any workearound
Static IP is only for enterprises
23 replies
TTCTheo's Typesafe Cult
•Created by Yash Bindal (yB) on 9/21/2024 in #questions
Static IP in cloudflare worker
I trying to hit an external API through cloudflare worker
my issue is they require static IP which I have to give So they can unblock me.
But cloudflare have dynamic IP
Is there any workearound
Static IP is only for enterprises
2 replies
TTCTheo's Typesafe Cult
•Created by Yash Bindal (yB) on 5/15/2023 in #questions
Wordpress to React SEO Effect
Hello, I have a website that is running on wordpress but we started having issues on it and we were anyways have to revamp it.
I was wondering shifting it to a different technology would effect the SEO?
3 replies
TTCTheo's Typesafe Cult
•Created by Yash Bindal (yB) on 2/21/2023 in #questions
Open graph image not showing
I am not able to see opengraph image specially on twitter.
I checked on opengraph tester sites it is showing there
https://www.web3nomads.jobs/job-posts/marketing-lead
1 replies
TTCTheo's Typesafe Cult
•Created by Yash Bindal (yB) on 2/2/2023 in #questions
Video and Audio Hosting
I am building a site with a major part being able to display video and podcast content
what is the best place to host them which no to minimum amount
2 replies
TTCTheo's Typesafe Cult
•Created by Yash Bindal (yB) on 11/9/2022 in #questions
Stripe - Payment Intent
Hello,
I am trying to use payment intent which return a client secret.
How can I get the checkout URL. When I went through their process they are suggesting to get like stripe elements to create form on front end and stuff.
but is there a way if I could just return the checkout url form the backend?
37 replies