cancel
Showing results for 
Search instead for 
Did you mean: 

When Pressed CTRL and F5(Refresh) a popup for Non-secure items

Former Member
0 Kudos

Hi Experts,

The requirement is like this,

After the user logs into the portal, when pressed CTRL Key and F5 for refreshing the loaded page of the portal, a popup will get displayed asking whether to display the non-secure items in the page..I dont want this popup to get displayed. Is there anyways to tackle this...

The access to portal is through secure socket layer(SSL).

Any kind of helpful answer will be appreciated.

Regards

Kris

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Krishnan,

I think you need to find out what is not requested via https, because you shouldn't see this normally. Try to find it out with looking at the code and check all links, also you can trace the requests with a tool like "iehttpheaders"

Regards,

Pascal

Former Member
0 Kudos

Even if all the requests in the page are using HTTPS, you will still see this alert if there is a request like src="" or src="about:blank" (or those with single quotes), since IE assumes those use HTTP. Strange but true.

Former Member
0 Kudos

Hi Sean,

Thanks for the input. I think we know each other... I was there in Canada back in 2002 for SAP Portal implementation at OPG(Ontario Power Generation), Toronto..

Along with Elizabeth Patterson, Vincent Lam etc....

Regads

Kris.

Former Member
0 Kudos

Ah, "Kris U", you were with Ash. I didn't make the connection.

Former Member
0 Kudos

Hi Sean,

SAP has released a OSS note for the mentioned issue.

The Note number is 872859. They have given a temporary fix for the SP14.

Thanks and regards

Kris.