SPLK-1002 · Question #221
Which of the following statements describes POST workflow actions?
The correct answer is D. POST workflow actions can open a web page in either the same window or a new. POST workflow actions send HTTP POST requests to a specified URI and can display the response in either the same browser window or a new one. A is false - POST actions are not inherently encrypted (HTTPS depends on the URI). B is false - field values can be included in the POST…
Question
Which of the following statements describes POST workflow actions?
Options
- APOST workflow actions are always encrypted.
- BPOST workflow actions cannot use field values in their URI.
- CPOST workflow actions cannot be created on custom sourcetypes.
- DPOST workflow actions can open a web page in either the same window or a new .
How the community answered
(50 responses)- B4% (2)
- C2% (1)
- D94% (47)
Explanation
POST workflow actions send HTTP POST requests to a specified URI and can display the response in either the same browser window or a new one. A is false - POST actions are not inherently encrypted (HTTPS depends on the URI). B is false - field values can be included in the POST body (though not typically in the URI path itself). C is false - POST workflow actions can be created on any sourcetype, including custom ones.
Topics
Community Discussion
No community discussion yet for this question.