02-19-2021, 10:49 AM
I have a CI4 website on a Win IIS.
Default binding is "ci.test"
Additional binding is "en.test" (english version of the website)
When I navigate the website with en.test on the browser, a simple page that echoes $this->request->uri->getHost show me "ci.test".
Is it a bug or a desired behaviour?
Is there any way to get the real current hostname from the Request object?
Thank you
Default binding is "ci.test"
Additional binding is "en.test" (english version of the website)
When I navigate the website with en.test on the browser, a simple page that echoes $this->request->uri->getHost show me "ci.test".
Is it a bug or a desired behaviour?
Is there any way to get the real current hostname from the Request object?
Thank you