ad_host (public)
ad_host
Defined in packages/acs-tcl/tcl/request-processor-procs.tcl
Returns the hostname as it was typed in the browser, provided forcehostp is set to 0.
Source code: set host_and_port [ns_set iget [ns_conn headers] Host] if { [regexp {^([^:]+)} $host_and_port match host] } { return $host } else { return "" }XQL Not present: Generic, PostgreSQL, Oracle