Juniper
JN0-252 · Question #6
Which operation does an HTTP POST perform?
The correct answer is C. create. An HTTP POST operation performs the "create" function in web communications. This method sends data to a server to create a new resource. For example, when you submit a form on a website, the data is sent to the server using a POST request, which then creates a new entry in
Juniper Mist Cloud Fundamentals
Question
Which operation does an HTTP POST perform?
Options
- Awrite
- Bdelete
- Ccreate
- Dread
How the community answered
(46 responses)- A15% (7)
- B7% (3)
- C74% (34)
- D4% (2)
Explanation
An HTTP POST operation performs the "create" function in web communications. This method sends data to a server to create a new resource. For example, when you submit a form on a website, the data is sent to the server using a POST request, which then creates a new entry in
Topics
#HTTP methods#REST API#POST operation
Community Discussion
No community discussion yet for this question.