nerdexam
Check_Point

156-521 · Question #193

If Postman receives HTML instead of JSON when hitting /login, what is the likely cause?

The correct answer is B. The login method is GET instead of POST. If you use the wrong HTTP method (GET instead of POST), the server may return the WebUI HTML page instead of the API response. Ensure you're using POST for login.

Check Point API Fundamentals

Question

If Postman receives HTML instead of JSON when hitting /login, what is the likely cause?

Options

  • AAPI key is missing
  • BThe login method is GET instead of POST
  • CPostman license expired
  • DUser account is locked

How the community answered

(21 responses)
  • A
    5% (1)
  • B
    76% (16)
  • C
    5% (1)
  • D
    14% (3)

Explanation

If you use the wrong HTTP method (GET instead of POST), the server may return the WebUI HTML page instead of the API response. Ensure you're using POST for login.

Topics

#troubleshooting#HTML response#POST method#login

Community Discussion

No community discussion yet for this question.

Full 156-521 Practice