Hi,
AJAX is working with the http (eg :
http://localhost:8080/ecommerce/control/main) , but when i give security https="true" URL changing to the (eg :
https://localhost:8443/ecommerce/control/main) in this scenario same AJAX not working. I am using in-build tomcat server.
Please help me out of this issue.