CoreBOSBB

Full Version: webforms Return URL https
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

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

Attach screen shot

Thamks
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
(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
have you updated or applied the change?
(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
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?
(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?
(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
Sorry my mistake. I update only 2 out of the 3 files.
Now Its work fine.

Thank you
:-)