CoreBOSBB
webforms Return URL https - Printable Version

+- CoreBOSBB (https://discussions.corebos.org)
+-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17)
+--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8)
+--- Thread: webforms Return URL https (/showthread.php?tid=1443)



webforms Return URL https - addady2 - 03-24-2019

Hi,

How can I set https link in webforms Return URL field?

Attach screen shot

Thamks


RE: webforms Return URL https - joebordes - 03-26-2019

I added a change to coreBOS whereas you can specify the protocol in the value if no protocol is given then http is used so we maintain backward compatibility.

https://github.com/tsolucio/corebos/commit/962db7d82e63c70a6937b483268cbd95f360910d

give it a try when you can


RE: webforms Return URL https - addady2 - 03-27-2019

(03-26-2019, 02:51 PM)joebordes Wrote: I added a change to coreBOS whereas you can specify the protocol in the value if no protocol is given then http is used so we maintain backward compatibility.

https://github.com/tsolucio/corebos/commit/962db7d82e63c70a6937b483268cbd95f360910d

give it a try when you can


It add the typed URL to "http://" and not replace it.

So it if I type https://mydomain.com it will be
http://https://mydomain.com


RE: webforms Return URL https - joebordes - 03-27-2019

have you updated or applied the change?


RE: webforms Return URL https - addady2 - 03-27-2019

(03-27-2019, 04:49 PM)joebordes Wrote: have you updated or applied the change?

Yes and it try to redircet to


Quote:http://https://mydoing.com/after-post.html


and not to


Quote:https://mydoing.com/after-post.html



RE: webforms Return URL https - joebordes - 03-27-2019

I just updated the demo and was able to introduce the protocol:

http://demo.corebos.com/index.php?module=Webforms&action=WebformsDetailView&id=1

or are you saying that once it is defined it does not redirect correctly?


RE: webforms Return URL https - addady2 - 03-31-2019

(03-27-2019, 05:44 PM)joebordes Wrote: I just updated the demo and was able to introduce the protocol:

http://demo.corebos.com/index.php?module=Webforms&action=WebformsDetailView&id=1

or are you saying that once it is defined it does not redirect correctly?

Yes I see it work in the demo.
I implemented those change.

My version is a bit older then the current github version.
Beside full update, is there any other change that could affect it?


RE: webforms Return URL https - joebordes - 04-03-2019

(03-31-2019, 03:41 PM)addady Wrote: Beside full update, is there any other change that could affect it?

I don't think so, this change is rather isolated but software is rather complex and could be the case

Review the commit, make sure all the changes are in the right place, I only made that one commit for this change


RE: webforms Return URL https - addady2 - 04-04-2019

Sorry my mistake. I update only 2 out of the 3 files.
Now Its work fine.

Thank you


RE: webforms Return URL https - joebordes - 04-04-2019

:-)