-
Hello,
Running your script I faced the following issue:
_root@s000svap03:~# ./update-ksmg-certs.sh
KSMG > generating certificate container "/tmp/ksmg.domain.ru.pfx"
KSMG > obtaining XSRF token…
-
### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues.
- [X] I added a very descriptive title to this issue.
- [X] I have provide…
-
People are getting "invalid XSRF token" errors when attempting to create new links. Reproducibility seems to be consistent for some people, but to consistently not happen for others.
-
### Describe the bug
I use Springboot 2.5.14 for Backend. The config manages the Cors and CSRF is enabled. When I request from frontend to the backend, it returns a cookie for XSRF-TOKEN and JSES…
-
docs: https://inertia-rails.dev/guide/csrf-protection
reference: https://guides.rubyonrails.org/security.html#csrf-countermeasures
here is the video showing X-XSRF-TOKEN doesn't work but X-CSRF-…
-
HttpClientXsrfModule.withOptions({
cookieName: 'XSRF-TOKEN',
headerName: 'X-XSRF-TOKEN'
})
-
There seems to be little or no protection for XSRF / CSRF.
-
hello, an external jenkins use XSRF protection. i has found the information over XSRF protection in the api of the jenkins and write a fanction to add the XSRF header if XSRF protection is active.
…
-
Hey I have a question do you have to change anything for the xsrftoken? I'm starting to get one with a (:) and what seems like a timestamp.
Example:
"xsrfToken":"RbPFyO2my19BDQio8w6XXQWDj-U:13892031…
-
It seems as though the package only accounts for a token to come through. I am using laravel with inertiajs which uses the XSRF header and cookie but it doesn't seem like that will work. Am I missing …