Hi Everyone,
With a K2 Button, I set the onclick action to "redirect" and enter the appropriate URL - all is good.
However - when I try to redirect to an https page, Visual Studio sticks an "http" in front of it. Whether I do it through the properties pane in design view, or whether I do it through the HTML view, the result is always the same.
https://subdomain.domain.com/application/page.aspx
- becomes -
http://https://subdomain.domain.com/application/page.aspx
Can anyone help with this?
Many thanks in advance,
Richard
Be the first to reply!
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.