How do I secure ASP.NET web service to only allow relative path calling?

后端 未结 3 1114
一生所求
一生所求 2021-01-25 08:39

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 sam

3条回答
  •  攒了一身酷
    2021-01-25 09:09

    Web services can be called by all sorts of code, not just code that's part of a web site. So, in general, there is no "calling URL".

提交回复
热议问题