Skip to content

Microservice Communication

Josiah Jones edited this page Jan 23, 2024 · 4 revisions

When should you use CSRF protection?

Our recommendation is to use CSRF protection for any request that could be processed by a browser by normal users. If you are only creating a service that is used by non-browser clients, you will likely want to disable CSRF protection.

Spring Docs Source

Clone this wiki locally