Login
Remember
Register
Ask a Question
The default @api_view implementation accepts only GET method and responds with _______ for other methods.
0
votes
asked
Jun 22, 2022
in
Django
by
SakshiSharma
The default @api_view implementation accepts only GET method and responds with _______ for other methods.
a) 406 Not Acceptable
b) 405 Method Not Allowed
c) 505 HTTP Version Not Supported
d) 400 Bad Request
api-view
django
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 22, 2022
by
SakshiSharma
b) 405 Method Not Allowed
...