A1
CDCloudflare Developers
•Created by A1 on 4/23/2024 in #workers-help
Worker URL Rewrite not working on Bubble.io
I wrote a Worker that is applied to the Worker Route:
*.aholics.com/*
Its job is to rewrite: domain.aholics.com → aholics.com/?site=domain
This test page returns the Domain and Site parameter correctly:
https://aholics.com/?site=test
This test page does not, despite the logs (below) looking correct:
https://test.aholics.com
(note the Site parameter is excluded and the Domain isn’t rewritten)
-------------------5 replies