HTTPS : Secured and non secured item with absolute path

  • Thread starter Thread starter trihanhcie
  • Start date Start date
T

trihanhcie

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
 
Hi Tri,
If you look to your link you will find the answer,if it is the same on the
server
<img src="https://www.mysite.com/imagesfolder/image.gif"> instead <img
src="http://...."> if I understood right.
Another is your service provider or your Host SSL compatible and can
provide secure link image, ask the admin if you are not sure.
Hope this helps
please write back here
Good luck
nass
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top