views:

22

answers:

0

Hi everyone, I have to display an html from another domain in my company's website. My company's website is behind a proxy and it is a secured site (https). The html page I want to display is not https. I tried iframe, but it is giving 'non-secure items' message. What is the best method to display an html page from another domain in my https page?

Our web application is running in j2sdk 1.4.2. The only option I could find is using apache httpclient 3.1. Can somebody please give me some direction on this issue? Thanks.