How do I secure ASP.NET web service to only allow relative path calling?
Posted
by TruMan1
on Stack Overflow
See other posts from Stack Overflow
or by TruMan1
Published on 2010-05-19T14:54:58Z
Indexed on
2010/05/21
1:10 UTC
Read the original article
Hit count: 288
I have ASMX services for my web application that I would only like available to the same application.
Is there a way for the web service to only be accessible by the same application, such as relative/absolute path restrictions?
© Stack Overflow or respective owner