I've just managed to get my app server hostname in Flask using request.host
and request.url_root
, but both field return the request hostname with its port.
I want to use field/method that returns only the request hostname without having to do string replace, if any.