util_current_location

EveAndersson.com : API Browser : util_current_location

util_current_location

util_current_location
Defined in packages/acs-core/utilities-procs.tcl

Like ns_conn location - Returns the location string of the current request in the form protocol://hostname[:port] but it looks at the Host header, that is, takes into account the host name the client used although it may be different from the host name from the server configuration file. If the Host header is missing or empty util_current_location falls back to ns_conn location.

[ show source ]

Show another procedure:

eve@eveandersson.com