0 votes
in Django by
Which statement is applicable for CSRF validation in REST Framework

a) support both session and non-session based authentication to the same views

b) not suitable for login views

c) only authenticated requests require CSRF tokens

d) anonymous requests may be sent without CSRF tokens

e) All the options

1 Answer

0 votes
by
e) All the options

Related questions

0 votes
asked Jun 28, 2022 in Django by Robin
0 votes
asked Jun 29, 2022 in Django by sharadyadav1986
...