| Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
|
| I am trying to get the user login from the http header. I have tried @GetHTTPHeader("Authorization") but it returned Authorization: Basic Z2FuZGFsZjp0aGUtd2l6YXJk. Any Domino functions that would decrypt it or any ohter methods that I can use to get the user login? Thanks. |
|
#2
|
| "rp" news:92543931.0402041521.d1c7f30-at-posting.google.co m... > I am trying to get the user login from the http header. I have tried > @GetHTTPHeader("Authorization") but it returned Authorization: Basic > Z2FuZGFsZjp0aGUtd2l6YXJk. Any Domino functions that would decrypt it > or any ohter methods that I can use to get the user login? > > Thanks. In an agent, you can get UserName as a session property, in a form you can get it from a cgi variable. -- Neill Laney http://www.laneyconsulting.com |
|
#3
|
| You need to user http_remoteuser to get the username. This is the CGI variable. "rp" news:92543931.0402041521.d1c7f30-at-posting.google.co m... > I am trying to get the user login from the http header. I have tried > @GetHTTPHeader("Authorization") but it returned Authorization: Basic > Z2FuZGFsZjp0aGUtd2l6YXJk. Any Domino functions that would decrypt it > or any ohter methods that I can use to get the user login? > > Thanks. > |
![]() |
| Thread Tools | |
| Display Modes | |