Welcome Guest, Not a member yet? Register   Sign In
getHost bug?
#1

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
Reply
#2

Do you want $this->$request->getServer('HTTP_HOST') ?
Reply
#3

(02-20-2021, 03:15 AM)kenjis Wrote: Do you want $this->$request->getServer('HTTP_HOST') ?

That worked! Thank you!
Reply




Theme © iAndrew 2016 - Forum software by © MyBB