SPLK-5002 · Question #3
In a contextualization playbook, a URL is transmitted to a sandbox for examination and disposition recommendation. What underlying HTTP method is used to transmit this data to the sandbox?
The correct answer is B. POST. In a contextualization playbook, when transmitting a URL or file to a sandbox for analysis, the data is sent using the HTTP POST method. POST is used because it allows submitting data in the request body, unlike GET which only appends parameters to the URL.
Question
In a contextualization playbook, a URL is transmitted to a sandbox for examination and disposition recommendation. What underlying HTTP method is used to transmit this data to the sandbox?
Options
- APUT
- BPOST
- CGET
- DSTOR
How the community answered
(29 responses)- A7% (2)
- B69% (20)
- C7% (2)
- D17% (5)
Explanation
In a contextualization playbook, when transmitting a URL or file to a sandbox for analysis, the data is sent using the HTTP POST method. POST is used because it allows submitting data in the request body, unlike GET which only appends parameters to the URL.
Topics
Community Discussion
No community discussion yet for this question.