Redirect rules are firing before workers, right?
Hi there,
Can I safely remove
My redirect rule:
Then dynamic redirect to
Can I safely remove
"html_handling": "force-trailing-slash" from a wrangler.jsonc if I configured redirect rule that forces trailing slashes?My redirect rule:
Then dynamic redirect to
concat(http.request.uri.path, "/") with 301 status code