Why?
I get this message whenever I am redirected to the login screen.
For info:
- The system is set to allow log-in only over https
- In order to achieve that I have an http listener listening on port 8000 (for example), and an https listener on port 8443. When a link is selected that requires a quick visit to the register/login page, the following messsage appears: "only urls without a host name are permitted". The redirect after login then fails.
Because for login I am redirecting the session from port 8000 to port 8443, I have to specify the full https://xxx.xxx.xxx.xxx:8443/register/
url specified.
Why is the code written to baulk at full return addresses?
What is the best way to deactiate that check?
Regards
Richard
Request notifications