We know that it is not a typical implementation. However, this is required by our customer since they want the header and footer to be maintained under a content management system. Right now the site use DotNetNude as the content management system and the ecommerce site is framed under the DNN. For the URL, I can provide it to you in a seperate email. Following please found the description of the problem.
If ecommerce site is not frammed,
- 1st login and buy a product at the site
- Check out the shopping cart and the site will goto http://mydomain/Basket/ShoppingCart.aspx
- Then click the "proceed to checkout" button, the browser will direct to the page https://mydomain/Checkout/CheckoutAddress.aspx in HTTPS.
All these steps are correct. However, if the ecommerce site is frammed, in step 3, it will be directed to http://mydomain/Checkout/CheckoutAddress.aspx in http only, but not https.
We have tried to frame other online shop websites that are not using mediachase and these shops can goto the secure checkout page (https) even they are framed.
Please help to investigate and thanks in advance.