Python_Institute
PCPP-32-101 · Question #62
Which of the following are the names of HTTP methods? (Choose two.)
The correct answer is C. POST D. GET. POST and GET are standard HTTP methods used to send and retrieve data, respectively.
Networking
Question
Which of the following are the names of HTTP methods? (Choose two.)
Options
- AREMOVE
- BSEND
- CPOST
- DGET
How the community answered
(53 responses)- A4% (2)
- B2% (1)
- C94% (50)
Explanation
POST and GET are standard HTTP methods used to send and retrieve data, respectively.
Topics
#HTTP methods#GET#POST#REST
Community Discussion
No community discussion yet for this question.