473,405 Members | 2,187 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,405 software developers and data experts.

Mixing secured (HTTPS) and non-secured (HTTP) content in the samepage

Hi,

Is it possible to have secured (SSL/HTTPS) and non-secured (HTTP)
content in the same page without breaking the security? I am developing
a secured reservation system in which the user can access Google Maps
(not secured). The map is embedded in the page and does not open in a
separate window.

What solution do you recommend? Use iframes? If so, how?

Thank you,

Daniel
Apr 10 '06 #1
2 2999
If you have separate portal windows, one coming from http and the other
from https, then security won't be a problem, as the https window will
always be https.

You just need to get the URL for each window to come from the
appropriate URL.

Apr 10 '06 #2
Daniel Frechette wrote:
Is it possible to have secured (SSL/HTTPS) and non-secured (HTTP)
content in the same page without breaking the security?
That depends on how you want to define security. Sure it is possible to
mix resource retrieved via the encrypted and the unencrypted version of
the protocol. Security is then compromised such that the connection
for resources retrieved via unencrypted HTTP is unencrypted, while the
connections for resources retrieved via HTTPS (HTTP over SSL/TLS) are
encrypted.
I am developing a secured reservation system in which the user can access
Google Maps (not secured). The map is embedded in the page and does not
open in a separate window.

What solution do you recommend? Use iframes? If so, how?


You are off topic here. (It is irrelevant for your concerns that Google
Maps uses XML HTTP requests triggered by client-side scripting.)
PointedEars
Apr 10 '06 #3

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

Similar topics

16
by: Paul Sweeney | last post by:
Does anyone know of a working (python) https proxy which allows viewing of unencrypted data being sent from my browser to an https site? I've worked my way through most on the list at...
3
by: Tim | last post by:
I've heard it's possible to write multi-language programs, but can't find any examples of this. I'd like to write a program where the gui is in VB but the non-form classes are written in C#. Is...
4
by: VK | last post by:
Hi, Issue: we have form secured with HTTPS but once on this form we have hyperlinked top nav bar, if a user clicks on this instead of submitting a form "s" is added thru rest of browsing. how to...
2
by: WJ | last post by:
I have three ASPX pages: 1. "WebForm1.aspx" is interactive, responsible for calling a web site (https://www.payMe.com) with $$$. It is working fine. 2. "WebForm2.aspx" is non-interactive, a...
2
by: Bill W. | last post by:
I have a VB.NET application that needs to make a web request using the https protocol, but not on the standard https port. It works fine on the standard https port, but as soon as the uri becomes...
0
by: jhsedona | last post by:
I try to upgrade site from non-ssl to ssl site, but there are too mcuh thing to do. I decide to use url forwarding to https://www.domain.com for my whole site. When i go to 1st page of site, ...
11
by: u.int.32.t | last post by:
Is there a way to make a single template function that will accept both const and non-const parameter types by reference without making a copy? For example, I can write this which will accept...
399
by: =?UTF-8?B?Ik1hcnRpbiB2LiBMw7Z3aXMi?= | last post by:
PEP 1 specifies that PEP authors need to collect feedback from the community. As the author of PEP 3131, I'd like to encourage comments to the PEP included below, either here (comp.lang.python), or...
2
by: desktop | last post by:
Are there some way to mix default and non-default parameters in a constructor: class test { public: test(int i = 45, int j) : pp(j){} private: int pp; int i;
2
by: bizt | last post by:
Hi, I have a page that makes many XmlHttpRequest requests from a single page. This works fine but I need some requests to be made over a secure connection. To my understanding, when setting the...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...

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.