0

I'm trying to inject the following iframe onto my https website: Screenshot of code

Is it possible to use a http iframe on an https website?

This is the error I receive when I inject it currently:

The webpage at https://trk.slvrbck.net/aff_ad?campaign_id=191&aff_id=25171&format=iframe might be temporarily down or it may have moved permanently to a new web address.

Thanks!

Priizmo
  • 3
  • 1
  • 2

1 Answers1

0

you may include your http iframe in an https website. The https site will encrypt the http iframe once its data is being sent from client to server.

getting it to work is another deal on its own : refer to this to get it to work How to allow http content within an iframe on a https site

Max Alexander Hanna
  • 3,388
  • 1
  • 25
  • 35
  • That will work. Using any of the methods on that page, could you show me what my code would look it? – Priizmo Jun 01 '17 at 15:50