Currently I am using ivy.html.startref to get start link. But it is http. How can I get it with https? asked 15.05.2017 at 03:45 Bang Ngo |
If the current request comes from an HTTPS URI At least that is the behavior that I see with Axon.ivy 6.5. Are you using an older version that behaves different? answered 22.05.2017 at 05:34 Reguel Werme... ♦♦ |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 15.05.2017 at 03:45
Seen: 2,045 times
Last updated: 29.05.2017 at 03:04
My solution currently is: check HttpServletRequest is secured if yes then replace http with https