QuestionQ16
701.2 Standard Components and Platforms for SoftwareWhich of the following HTTP requests could originate from communication with a RESTful service?
Choose two
- A SET /api/clients/1234?name=John%20Doe
- B GET /api/clients.php?action=delete&client_id=1234
- C DELETE /api/clients/1234
- D GET /api.php?cmd=get
- E GET /api/clients
Community Discussion