• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

birdsafe
#1 Posted : Tuesday, June 19, 2007 8:57:37 AM(UTC)
birdsafe

Rank: Member

Joined: 2/21/2007(UTC)
Posts: 1,113

My background being in SF6 -- that cart used an SSL side and a non-SSL side, so that when you pulled images on secure pages, they needed to be stored in the /ssl/images folder.

How does BV5 handle secure pages? For example, if I wanted to insert an image on the checkout.aspx page -- if the image is in the /images (off the root) folder, do I simply pull that file and since BV is securing the checkout.aspx page, it secures the image as well (or more accurately does not display a warning popup to the user), or should I call the image using https://www.mybvstore/images/imagename.jpg ??

The same goes with scripts that I might use, for example, Live Support scripts (Xigla), since these applications will be stored off the root of the site.

Thanks
newuser
#2 Posted : Tuesday, June 19, 2007 11:17:15 AM(UTC)
newuser

Rank: Member

Joined: 10/22/2006(UTC)
Posts: 74

If you're pulling in images on the checkout page, you can just use root-relative urls (ex: /images/mypicture.jpg). The root changes from http://www.yoursite.com to https://www.yoursite.com, so the images are secure.

Live support. If your app is on the same domain, you can also use the root-relative urls. If it is on a different domain, you'd want to make sure that other domain can serve secure pages, then call it with https://whatever to ensure it is secure. But that might throw some warnings for some browsers since your calling elements from two different domains... not sure. If you have to have the apps on a different machine, a sub-domain of your main domain would probably be least likely to throw any warnings (ex: subdomain.mysite.com), but you'd still need an ssl cert on the subdomain.
birdsafe
#3 Posted : Tuesday, June 19, 2007 1:12:38 PM(UTC)
birdsafe

Rank: Member

Joined: 2/21/2007(UTC)
Posts: 1,113

Thanks -- everything is within the same domain. I'm just not used to this being SO EASY! :-)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

©2025 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012