|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
HTTPS : Secured and non secured item with absolute pathHi,
I have a <img src = "http:// ..."> which needs to be put in a secured page. For example on amazon when the confirmation page is displayed... The problem is that it's a secured page (https) and my tag is an absolute path... It looks like it's the problem because the tag is not secured. What are the possible solution to display the image without the warning message? Thanks <trihanh***@gmail.com> wrote in message
news:1147695205.307973.97770@v46g2000cwv.googlegroups.com... There is no solution aside from "don't do that".> Hi, > > I have a <img src = "http:// ..."> which needs to be put in a secured > page. For example on amazon when the confirmation page is displayed... > The problem is that it's a secured page (https) and my tag is an > absolute path... It looks like it's the problem because the tag is not > secured. What are the possible solution to display the image without > the warning message? > > Thanks > Don't call stuff from a different server from a secured page. (Or put up with the errors.) It is precisely that activity that certificates are designed to display as a security measure. If you absolutely need the image, you need to add it to your web. All parts of a SSL secured page (i.e. your image) should be sourced
by an https uri on the same website, else the browser will, correctly, given the mixed content (or cross site) warnings or will disallow the sourced content, depending on browser settings. <trihanh***@gmail.com> wrote in message Show quoteHide quote news:1147695205.307973.97770@v46g2000cwv.googlegroups.com... > Hi, > > I have a <img src = "http:// ..."> which needs to be put in a secured > page. For example on amazon when the confirmation page is displayed... > The problem is that it's a secured page (https) and my tag is an > absolute path... It looks like it's the problem because the tag is not > secured. What are the possible solution to display the image without > the warning message? > > Thanks >
Getting 401.1 when using DNS, okay using NETBIOS and Localhost
Host a secure web application and OWA, use as many servers and resources as necessary. iis 6 ssl issues IIS6, Windows Integrated Authentication, Denied access Windows Authentication with asp.net 2.0 Integrated Windows Authority setting causing IIS 6.0 to crash Multiple Host Headers and SSL Multiple SSL Sites on One Web Server Running on Port 443 Authenticate web access based on IP address in IIS5 Integrated Authentication with trusted domain. |
|||||||||||||||||||||||