473,327 Members | 1,997 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,327 software developers and data experts.

Secure and nonsecure pages.

All,

I'm having a WebApp working through a secure connection (https). One of my
pages is calling an external site to show the geographical map, this site is
not secure and it should be calling inside the frame on the secure page. The
browser (IE) complains that the page has secure and non-secure items. When
we click Yes, it continues and works just fine.

Do we have any method to tell the browser do not show this warning on this
page only? It will be annoying for the users if I can't disable that. But
how? Is it possible to add some site to a trustable site list to ignore or
avoid any warning if we show this site inside the secure page but using a
non-secure connection?

Thanks,
Just D.
Nov 19 '05 #1
3 1410
You can try setting "Display mixed content" security option to Enable. Find
it in Tools-Internet Options-Security-Custom level. It might not help
though. I am not sure about exact rules for this setting.

Eliyahu

"Just D." <no@spam.please> wrote in message
news:_d9Ye.139413$Ji4.93211@fed1read03...
All,

I'm having a WebApp working through a secure connection (https). One of my
pages is calling an external site to show the geographical map, this site is not secure and it should be calling inside the frame on the secure page. The browser (IE) complains that the page has secure and non-secure items. When
we click Yes, it continues and works just fine.

Do we have any method to tell the browser do not show this warning on this
page only? It will be annoying for the users if I can't disable that. But
how? Is it possible to add some site to a trustable site list to ignore or
avoid any warning if we show this site inside the secure page but using a
non-secure connection?

Thanks,
Just D.

Nov 19 '05 #2
its a browser setting, you have no control, the users have to change their
settings (but its no recommened).

your other option is to create a proxy page on your site, that uses
webclient to fetch the html from the other site. you will need to parse the
html and replace img url with a local url that fetches the image (or cache
the images on your site).

-- bruce (sqlwork.com)
"Just D." <no@spam.please> wrote in message
news:_d9Ye.139413$Ji4.93211@fed1read03...
All,

I'm having a WebApp working through a secure connection (https). One of my
pages is calling an external site to show the geographical map, this site
is not secure and it should be calling inside the frame on the secure
page. The browser (IE) complains that the page has secure and non-secure
items. When we click Yes, it continues and works just fine.

Do we have any method to tell the browser do not show this warning on this
page only? It will be annoying for the users if I can't disable that. But
how? Is it possible to add some site to a trustable site list to ignore or
avoid any warning if we show this site inside the secure page but using a
non-secure connection?

Thanks,
Just D.

Nov 19 '05 #3
Hi Bruce,

Yea, I was thinking about it, but it's more complicated and harder to write.

Thanks,
Just D.

"Bruce Barker" <br******************@safeco.com> wrote in message
news:O7*************@TK2MSFTNGP10.phx.gbl...
its a browser setting, you have no control, the users have to change their
settings (but its no recommened).

your other option is to create a proxy page on your site, that uses
webclient to fetch the html from the other site. you will need to parse
the html and replace img url with a local url that fetches the image (or
cache the images on your site).

-- bruce (sqlwork.com)
"Just D." <no@spam.please> wrote in message
news:_d9Ye.139413$Ji4.93211@fed1read03...
All,

I'm having a WebApp working through a secure connection (https). One of
my pages is calling an external site to show the geographical map, this
site is not secure and it should be calling inside the frame on the
secure page. The browser (IE) complains that the page has secure and
non-secure items. When we click Yes, it continues and works just fine.

Do we have any method to tell the browser do not show this warning on
this page only? It will be annoying for the users if I can't disable
that. But how? Is it possible to add some site to a trustable site list
to ignore or avoid any warning if we show this site inside the secure
page but using a non-secure connection?

Thanks,
Just D.


Nov 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Charles A. Lackman | last post by:
Hello, I have a web site that has a single page secured using SSL. This page also has Flash Macromedia header on it, Does this cause a conflict? When you visit the site it says, "This page...
1
by: Charles A. Lackman | last post by:
Hello, I have a web site that has a single page secured using SSL. This page also has Flash Macromedia header on it, Does this cause a conflict? When you visit the site it says, "This page...
7
by: VB Programmer | last post by:
I created an ASP.NET website and recently got a secure certificate. Whenever I visit any of the pages IE says "This page contains both secure and nonsecure items. Do you want to display the...
2
by: marc.gibian | last post by:
I am modifying an existing ASP.NET application to make it SSL compatible. I have already searched the codebase and eliminated all hardcoded "http" instances, replacing them with a method call that...
8
by: todd.freed | last post by:
Hey all, I have been racking my brain all morning to find a solution to this, and I am having no luck. Our webpage is created with Visual Studio C# and ASP.Net, hosted in-house using HTTPS with...
2
by: Mantorok | last post by:
Hi all This has been driving me nuts for months now, if I access my site from IE https://db.cornwall.gov.uk/PlanningApplications and then hover over one of the 2-level menus it comes up with the...
10
by: =?Utf-8?B?cGF0cmlja2RyZA==?= | last post by:
Hi guys! I use masterpages for my website, the inside content is secured (https), while the header and the footer master files are not, so, can I get rid of the "This page contains both secure...
1
mikek12004
by: mikek12004 | last post by:
I have recently put https on a page with certificate and everything but when I type https://.. in IE I get the message "this page contains both secure and nonsecure items" why? What is the nonsecure...
1
by: tomaz | last post by:
Hi I have a website with multiple included js-files, included css-files... There is a virtual keyboard programmed (for touchscreen use) the moment I click on the keyboard icon to open the...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.