03-24-2019, 02:05 PM
Hi,
How can I set https link in webforms Return URL field?
Attach screen shot
Thamks
How can I set https link in webforms Return URL field?
Attach screen shot
Thamks
webforms Return URL https
|
03-24-2019, 02:05 PM
Hi,
How can I set https link in webforms Return URL field? Attach screen shot Thamks
03-26-2019, 02:51 PM
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
Joe
TSolucio
03-27-2019, 11:06 AM
(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. 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
03-27-2019, 05:27 PM
(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
03-27-2019, 05:44 PM
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?
Joe
TSolucio
03-31-2019, 03:41 PM
(03-27-2019, 05:44 PM)joebordes Wrote: I just updated the demo and was able to introduce the protocol: 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?
04-03-2019, 02:35 PM
(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
Joe
TSolucio
04-04-2019, 10:52 AM
Sorry my mistake. I update only 2 out of the 3 files.
Now Its work fine. Thank you |
« Next Oldest | Next Newest »
|