Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
patord #1
Secure and non secure
Hi
I have two sites on my web server, one of them is https and the other http.
Outside of these two sites/folders I have stored my webservices in cfc's these
webservices are used to feed information to both sites, now it makes sense to
me to store these webservices on an application level being called by both
sites meaning I don't have to update two sites services, but when visiting the
https site, the notification that I am viewing secure and non-secure content is
very annoying to my clients. Has anyone any ideas or do I have to bite the
bullet and double up the webservices to each site.
Regards
Mark W
patord Guest
-
Secure PDF's merged into 1 document from 2 different Secure Files, possible?
I have multiple Secured PDF files that I have created. There is a possibility that my end user will need to merge multiple PDF files into 1 main PDF,... -
secure intranet site with non secure sites?
I log into a domain open an secure intranet site and then when I go to yahoo.com it messes up my secure intranet site that I have open. Cant... -
"Microsoft must deliver 'secure environments' not tools to write 'secure code'" : draft article
Hello Please see bellow the final draft of an article soon to be published. I would appreciate your comments and corrections of anything that I... -
whats the best way to mix secure and non secure data on a page?
i have an ecommerce site that is split across two domains, a secure space that retains cc details and the main site where contact information and... -
secure form on a non-secure page -> how?
Perhaps not PHP specific, but: Both http://www.bankofamerica.com/ and http://www.bankone.com/ have account login forms on their non-secure main... -
Vbprog40 #2
Re: Secure and non secure
The message "Viewing Secure and Non-Secure data" ...normally... appears because
you are loading a image from a non secure site. First, check your image paths,
make sure they don?t contain the Full web address. This is a common mistake.
Secure / Nonsecure warning's are Client Driven. Meaning the client does not
know if you are pulling nonsecure data on the server (which is pretty much what
you are doing).
Second, Make sure you pulling all pages on the secure site from SECURE
locations. Meaning you don?t have Any references to the http site.
Hope this helps.
Vbprog40 Guest



Reply With Quote

