get username from Webservice
- by Sathish
Hi
How can i get the username from the webservice my Webservice is configured under Enterprise sign on authentication.
I am using the below code for webapplication Request.ServerVariables("HTTP_CT_REMOTE_USER")
and i need a equavelent for webservices
Context.Request.ServerVariables["HTTP_CT_REMOTE_USER"] returns null for me