Why is CSRF protection often disabled in REST APIs?
To increase performance
Because REST APIs are usually stateless
Because it’s not needed in POST requests
Because Basic Authentication replaces it
This question is part of this quiz :
Advanced Java Quiz Day 64