In the response for first request to a non secure url, you will get a redirect url to a new https url, as you can see from tcpmon capture:
However browser will not be able to connect to this new url as SSL is not enabled at tomcat side yet.
Engineering Full Stack Apps with Java and JavaScript
In the response for first request to a non secure url, you will get a redirect url to a new https url, as you can see from tcpmon capture:
However browser will not be able to connect to this new url as SSL is not enabled at tomcat side yet.