Is there any formule which in lotus notes set into field address of server?On the web I use @GetHTTPHeader(“host”). Which formule can I use in Lotus instead @GetHTTPHeader(“host”) and I get the same value?
Subject: @GetHTTPHeader(“host”) in lotus
Hi Bobb,
You can use it in some Lotusscript, using the Evaluate-function.
Syntax: variant result = Evaluate(|@GetHTTPHeader(“User”)|)
Subject: RE: @GetHTTPHeader(“host”) in lotus
I think the question was “how do I get the HTTP server value in the Notes client or a back-end agent?” The answer is, you can’t. Both @GetHTTPHeader(“Host”) and the LotusScript document.HTTPUrl propery depend on there being an HTTP Request object to get the value from. In Notes, there won’t be an HTTP request, so you would need to store the value somewhere (usually in a profile doc).