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

[CHORE] Consider renaming custom nonce header with RFC6648 recommendation #197

Open
1Copenut opened this issue Oct 24, 2024 · 0 comments
Open
Labels

Comments

@1Copenut
Copy link
Owner

response.headers.set("cf-nonce-generator", "HIT");

has a custom header I created for HTTP 200 Success calls where a custom nonce was rolled. RFC6648 provides guidance about using a domain name to reduce the likelihood of collisions:

Note: If the relevant parameter name space has conventions about
associating parameter names with those who create them, a parameter
name could incorporate the organization's name or primary domain name

https://www.rfc-editor.org/rfc/rfc6648

@1Copenut 1Copenut added the chore label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant