Check_Point
156-521 · Question #190
Which of the following is a best practice when using Postman with the Management API? (Choose two)
The correct answer is B. Automate logout at the end C. Use HTTPS over HTTP. Secure communication over HTTPS is critical. It's also good practice to logout using /logout after completing API tasks to release resources and maintain session hygiene.
Use Cases and Best Practices for Automation
Question
Which of the following is a best practice when using Postman with the Management API? (Choose two)
Options
- AAlways hardcode the session token
- BAutomate logout at the end
- CUse HTTPS over HTTP
- DDisable session expiry
How the community answered
(24 responses)- A4% (1)
- B92% (22)
- D4% (1)
Explanation
Secure communication over HTTPS is critical. It's also good practice to logout using /logout after completing API tasks to release resources and maintain session hygiene.
Topics
#best practices#HTTPS#session management#API security
Community Discussion
No community discussion yet for this question.