Is there any reliable way to find from which Application the Request to a WCF Service originates? I know I can find the user name, domain, IP, etc. from the HTTP context, but what about the App name? Many thanks in advance.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Applications don’t have names, in general, so no.
If you mean the name of the executable, then, no, it’s none of the server’s business, really.