CCNA: Cisco Certified Network Associate — Question 677

Which two HTTP methods are suitable for actions performed by REST-based APIs? (Choose two.)

Answer options

Correct answer: C, D

Explanation

The correct answers, C (POST) and D (GET), are standard HTTP methods used in RESTful APIs for creating and retrieving resources, respectively. Options A (REMOVE), B (REDIRECT), and E (POP) are not standard HTTP methods used in RESTful API actions.