zavierbythebeach
CDCloudflare Developers
•Created by zavierbythebeach on 1/3/2024 in #workers-help
Worker Route Only Working for Naked Domain
Hello All, I could use a second set of eyes here and hoping someone can help.
I have a worker setup with a route enabled. The worker itself works great but only on one of the routes. The other route is completely ignored and goes to our origin which of course returns a 404.
The route is:
*website.com/images*
The following works:
https://website.com/images
but the following does NOT work:
https://www.website.com/images
I've looked at any and all transform, redirect rules. Other workers that may have a conflicting route and nothing appears to be in place that would interfere with this route. Any assistance would be appreciated. Thank you!3 replies