Mention whether you can use GET request instead of PUT to create a resource?
Mention whether you can use GET request instead of PUT to create a resource?
In the context of RESTful API design, using a GET request instead of a PUT request to create a resource is not appropriate. Here are the reasons why:
Purpose and Semantics:
Idempotency and Safety:
HTTP Specifications and Best Practices:
Cacheability:
junior
Gợi ý câu hỏi phỏng vấn
Chưa có bình luận nào