Php photo gallery TWG | JFUploader | TWG Flash upload | WFU | Forum
https://www.tinywebgallery.com/forum/

https://https://<url>
https://www.tinywebgallery.com/forum/viewtopic.php?f=21&t=4291
Page 1 of 1

Author:  brian-ccm [ 28. Mar 2017, 05:12 ]
Post subject:  https://https://<url>

No matter what I do in the shortcode, the https portion of the URL is being doubled in the output of the page. Iv'e tried...

Shortcode:
[advanced_iframe securitykey="<code>" enable_external_height_workaround="true" src="http://xi118.infusionsoft.com/app/page/meeting-signup-form-platinum"]

and:
[advanced_iframe securitykey="<code>" enable_external_height_workaround="true" src="https://xi118.infusionsoft.com/app/page/meeting-signup-form-platinum"]

and:
[advanced_iframe securitykey="<code>" enable_external_height_workaround="true" src="//xi118.infusionsoft.com/app/page/meeting-signup-form-platinum"]

Ideas/suggestions?

Author:  brian-ccm [ 28. Mar 2017, 06:15 ]
Post subject:  Re: https://https://<url>

Should mention that iframe domain isn't the same as the website.

Author:  TinyWebGallery [ 28. Mar 2017, 15:03 ]
Post subject:  Re: https://https://<url>

I have an example here:
http://www.tinywebgallery.com/blog/advanced-iframe/advanced-iframe-pro-demo/external-workaround-with-post-message#e53

where a https link is used. have you checked if the https is really in the code or if this is maybe added by a redirect rule of this server.

Best, Michael

Author:  brian-ccm [ 28. Mar 2017, 17:22 ]
Post subject:  Re: https://https://<url>

I wish it were a simple thing, but this was previously working. I've personally coded dozens of high-end iframe integrations with resizing, etc. so I totally understand how it works and the intricate issues that can occur. This seems to be a code issue since I can change the 'src' and the URL becomes https://https://blah.com. It isn't a redirect issue as the page isn't being redirected. Just to be 10000% sure, I captured a session with Fiddler. The source of the page containing the iframe html shows the src as https://https://

<iframe id='advanced_iframe' name='advanced_iframe' src='https://https://xi118.infusionsoft.com/app/page/meeting-signup-form-platinum?inf_contact_key=ef1191b53a08f564cbb6540e828bcc6ee9a96ef10479fdcc2af9f41d075e835d' width='100%' height='600' frameborder='0' border='0' allowtransparency='true' ></iframe>

I'm not saying it is definitively this plugin, could be another plugin. However, not much has been done with the site since it was last working.

Author:  TinyWebGallery [ 29. Mar 2017, 21:40 ]
Post subject:  Re: https://https://<url>

So it was working and you did not update the plugin? Because I do not change the url. I only attach parameters if this is configured.

To be sure you could actually print the url directly into the html page.
You can add
echo $src
in advanced-iframe-main-iframe.php

before

$html .= "<iframe id='" . $id . "' ";

Best, Michael

Page 1 of 1 All times are UTC + 1 hour [ DST ]
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/