squareclamp
squareclamp
Explore posts from servers
CDCloudflare Developers
Created by squareclamp on 4/11/2024 in #zaraz
This might be a dumb question, is there
thanks, this will still send data to GA, I just wanted to log to console for debugging. Maybe the simpler thing might be to create a wrapper around zaraz API.
7 replies
CDCloudflare Developers
Created by squareclamp on 4/3/2024 in #workers-help
Email obfuscated when using HTMLRewriter
interesting, I didn't expect that.. I tried using colab too and it grabs the email.
9 replies
CDCloudflare Developers
Created by squareclamp on 4/3/2024 in #workers-help
Email obfuscated when using HTMLRewriter
and I can see the email in plain text when running locally
9 replies
CDCloudflare Developers
Created by squareclamp on 4/3/2024 in #workers-help
Email obfuscated when using HTMLRewriter
They are not using cloudflare judging from the response headers
9 replies
CDCloudflare Developers
Created by squareclamp on 4/3/2024 in #workers-help
Email obfuscated when using HTMLRewriter
It seems like the fetch is being proxied through cloudflare cache
9 replies
CDCloudflare Developers
Created by squareclamp on 4/3/2024 in #workers-help
Email obfuscated when using HTMLRewriter
This is fetching data from 3rd party website.. I tried disabling scrape shield but still not luck.
9 replies
CDCloudflare Developers
Created by squareclamp on 3/16/2024 in #workers-help
Debugging Script startup exceeded CPU time limit.
Try reducing your bundle size. You can use the following command to see your bundle size. - npx wrangler deploy .wrangler/bundle-analysis/index.js --dry-run --name foo --minify
6 replies
CDCloudflare Developers
Created by Nick on 3/25/2024 in #general-help
Is it possible to run Mailgun/Sendgrid/a package that needs node in Cloudflare workers?
I know resend.com has a simple API
4 replies
CDCloudflare Developers
Created by Nick on 3/25/2024 in #general-help
Is it possible to run Mailgun/Sendgrid/a package that needs node in Cloudflare workers?
It might be easier if possible to directly use the REST API https://docs.sendgrid.com/api-reference/mail-send/mail-send
4 replies