Ajax not working with https

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Ajax not working with https

mcarumugam
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.