Hi everyone,
We are getting a strange behavior in our application a Java Applet is run and in the Java Console log, URL redirection is performed from the https://abc.com to http://abc.com:443. In our case http://abc.com:443 is an authenticated URL that results a Java authentication dialog to be displayed. Once proper credentials are passed Java Applet runs successfully. We want to get rid of the Java Authentication Dialog that is coming due to the http://abc.com:443
Can anyone tell why the Java Applet tries to connect port 443 with parent URL of the application with http protocol?
We found this issue is already reported at discussion forum:
URL redirecting from https://xxx.com/ to http://xxx.com:443/
But no one replied on this. Its urgent issue at our side. Your help will be appreciated.
Thanks in advance!