How to fix HTTPS-HTTP mixed content error in JSP redirection in a java web application
问题 I am using a DNS url (https) which is a load balancer url for my web application which is hosted in Weblogic server. When I hit the url in chrome and I can do a successful login. Then when I am trying to click on some button from the page , say some view/edit button, there is no response. When I debugged I found it is due to mixed content issue in chrome. Yes I don't face any issue in IE and Firefox for the same. When I am using the raw http url in stead of the DNS url, I have no issues. Now,