1. how can I know if the request to the servlet was executed using http or https? stackoverflow.comI wrote a servlet in Java and I would like to know if the request to that servlet was executed using HTTP or HTTPS.
I thought i can use |
2. How can we sent a https request? coderanch.com |
3. HTTPS Request using servlet API coderanch.com |
4. sending https post request from servlet to another server coderanch.com |
5. Convert Http request to https in servlet/jsp ? coderanch.com |