What does isSecureRequest(HttpServletRequest request) method accomplish?
It checks if the http request is made on an SSL channel
It checks if the http method is a POST
Both of the above
None of the above