What is the primary purpose of the HTTP OPTIONS method in RESTful APIs?
- To delete a resource on the server
- To request data from the server
- To retrieve information about the communication options for the target resource
- To update resource data on the server
The primary purpose of the HTTP OPTIONS method in RESTful APIs is to retrieve information about the communication options available for the target resource. It is used to inquire about the HTTP methods and other communication options supported by a resource.
Loading...
Related Quiz
- Django's ____ system is used to maintain user sessions and manage user authentication.
- What is the main purpose of using decorators in Python?
- In NumPy, the ____ function is used to calculate the element-wise maximum of two arrays.
- How can you change the order of method resolution in multiple inheritance?
- How would you handle missing data for a numerical feature in a dataset before training a machine learning model?