Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

IE8 Security Warning in WebUI

Former Member
0 Kudos

Hi, when testing our WebUI on IE8 we get a security warning 'Do You want to view only the webpage content that was delivered securely?' before the page is displayed. When pressing 'Yes' the header area of the web ui is not displayed ('This page cannot be displayed...'). The navigationbar and the workarea are displayed correctly.

We use https for displaying the webui - are the areas within the webui called with individual url:s since we get the security waring?

Any help greatly appriciated.

Best Regards Eva

2 REPLIES 2

Former Member
0 Kudos

Good day eva,

This is kind of common problem.

Check this

[Warning message|http://www.techsupportforum.com/microsoft-support/internet-explorer-forum/362281-ie8-security-warning-annoying.html]

Hope it helps,

Regards and Best wishes.

0 Kudos

Hi, thanks for Your response. I see that this setting in IE8 eliminates the warning, but I would like to find a solution to the problem. I found the javascript function SAPCLT_SessInfo() in the page which holds this.sessUrl. Since this url uses http (but the call to the webui application is called by https) I think this is the problem. I found that this url is automatically created when EP is used for session management.

I found an article : [Session Management in Portals |http://wiki.sdn.sap.com/wiki/display/BSP/SessionManagementin+Portal]. We have the 'complex proxy landscape', however, the solution that the article presents does not work since we don't use Web Dispatcher. Is there another way to correct the sessUrl?

Best Regards Eva