NSE 6 – FortiWeb 6.1 — Question 6
When FortiWeb triggers a redirect action, which two HTTP codes does it send to the client to inform the browser of the new URL? (Choose two.)
Answer options
- A. 403
- B. 302
- C. 301
- D. 404
Correct answer: B, C
Explanation
The correct answers are 302 and 301, which are both redirection status codes. Code 302 indicates a temporary redirect, while 301 indicates a permanent redirect. Options 403 and 404 signify client errors and do not pertain to redirect actions.