James
Explore posts from serversCDCloudflare Developers
•Created by James on 10/2/2024 in #workers-help
What is the pricing for cloudflare workers rate limiting API
4 replies
CDCloudflare Developers
•Created by James on 7/30/2024 in #general-help
R2 render the html page and trigger xss
I run a service where users can upload any files and share them with others. Recently, I noticed that when users upload an HTML file containing a script tag, it triggers an XSS (Cross-Site Scripting) vulnerability when others visit that location. What measures can I take to prevent XSS attacks in this scenario?
3 replies
CDCloudflare Developers
•Created by James on 7/18/2024 in #pages-help
Astro Cloudflare Pages SyntaxError: Unexpected token 'with'
19 replies
CDCloudflare Developers
•Created by James on 6/17/2024 in #workers-help
Slow uploads of files from the client browser to the R2 bucket using a presigned URL.
Hey guys, I notice slow uploads of files from the client browser to the R2 bucket using a presigned URL. Sometimes, the file upload also fails. The R2 bucket doesn't have public access and doesn't have a custom domain. Is this causing the issue? Are they rate limiting the upload requests? Do I need to assign a custom domain? Sometimes, when I send the PUT request to the presigned URL, it hangs and doesn't respond for 2-3 minutes. I tried to test with a 15MB file, but the issue remains the same.
2 replies
KKinde
•Created by James on 5/7/2024 in #💻┃support
Is there any Honoj SDK you provide, as it is for my separate backend?
I use your TypeScript SDK with hono js but it not provide csrf protection
8 replies
KKinde
•Created by James on 5/7/2024 in #💻┃support
Can we use our own mail server to send mail like aws ses?
.
2 replies
CDCloudflare Developers
•Created by James on 4/8/2024 in #workers-help
Does enabling `nodejs_compat` in Cloudflare Workers slow down the worker's performance?
Is there any performance impact?
7 replies
CDCloudflare Developers
•Created by James on 2/1/2024 in #workers-help
❌ [ERROR] Error in ProxyController: Error inside ProxyWorker
I am using Hono.js. I encounter an error when repeatedly sending requests, around 10 requests per second, through a middleware. In this middleware, I check if the user's IP is exceed limit in KV and then pass them through the route. The error arises during this process.
Middleware
And pass that middleware like this:
Route
2 replies
KKinde
•Created by James on 12/29/2023 in #💻┃support
How to allow specific emails to login with auth0?
I want to only allow specific user to login with google login how to do that in kinde?
3 replies
CDCloudflare Developers
•Created by James on 10/19/2023 in #workers-help
BullMQ not working with cloudflare Workers!
Error
is there any way or alternative package which i use with cloudflare workers.
2 replies