Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use HTTP Transform Rules #10

Open
michaelkennedy opened this issue Nov 22, 2021 · 0 comments
Open

Use HTTP Transform Rules #10

michaelkennedy opened this issue Nov 22, 2021 · 0 comments

Comments

@michaelkennedy
Copy link

Since this worker was written Cloudflare have released HTTP Response Header Modification Rules . Using a Transform Rule instead of a Worker has several advantages over using a Worker, including reduced cost (Transform Rules are free), and you don't have to deal with trying to run multiple workers on the same route.

Perhaps the docs on this worker could be updated to point users at the Transform Rule option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant