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

Apply Anti-CSRF Token to GET Requests #124

Open
jon-athan-hall opened this issue Jun 10, 2017 · 0 comments
Open

Apply Anti-CSRF Token to GET Requests #124

jon-athan-hall opened this issue Jun 10, 2017 · 0 comments
Labels

Comments

@jon-athan-hall
Copy link
Contributor

Rails automatically includes the use of tokens for POST, DELETE, PATCH, but does not use the token for GET requests. It is a good idea to set this up for GET requests also.

Since Rails is already doing some of the work, I'm not categorizing this as 1.0 necessary.

Bonus, new word I learned that looks like a typo of a fake word: idempotent.

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