CNX-001 · Question #31
A developer reports errors when trying to access a web application. The developer uses Postman to troubleshoot and receives the following error: Which of the following is the cause of the issue?
The correct answer is B. Lack of user authentication. The 403 Forbidden HTML response indicates the API is rejecting the call due to missing or invalid credentials (no valid access key/signature), not because of a missing resource (404), a network- level block (you'd see a timeout or TCP reject), or an HTTP redirect. Proper authenti
Question
A developer reports errors when trying to access a web application. The developer uses Postman to troubleshoot and receives the following error:
Which of the following is the cause of the issue?
Exhibit
Options
- ARequested element not found
- BLack of user authentication
- CToo restrictive NGFW rule
- DIncorrect HTTP redirection
How the community answered
(31 responses)- A3% (1)
- B87% (27)
- C6% (2)
- D3% (1)
Explanation
The 403 Forbidden HTML response indicates the API is rejecting the call due to missing or invalid credentials (no valid access key/signature), not because of a missing resource (404), a network- level block (you'd see a timeout or TCP reject), or an HTTP redirect. Proper authentication headers with a valid signature are required to avoid the 403 error.
Topics
Community Discussion
No community discussion yet for this question.
