The purpose of using a Javascript proxy for a web service using a service link using Script Manager is to avoid loading the page. If the extracted information is potentially sensitive, is there a way to protect this web service call other than using SSL?
If you are worried that other users are accessing your web service directly, you can check the IP address and host header to make sure it matches the expected IP addresses.
, , SSL - .
ssl, , .
:
SSL
, . , ( IP-, ..).
Confirming that the inputs are in the expected ranges verifies that the request was not processed by the party you are talking to.
Although SSL would be best, there are a number of client-side cryptography libraries that could alleviate some security concerns - see https://github.com/jbt/js-crypto for a nice collection
Source: https://habr.com/ru/post/1697385/More articles:Stored procedure; Insert slowness - performanceMulti-select in tooltip not working properly in Cognos 8.1 - cognosKeyboards with a numeric keypad in the middle? - keyboardgrails plugin for eclipse and netbeans 6.1 - eclipseHow to find out Flash Player version from Action Script 3.0 - flashDoes SPSecurity.RunWithElevated Privileges provide anything in the console application? - securityBest way to determine if Windows is ready to download / install Windows? - windows-xpRegular expression to remove XML tags and their contents - c #What is the least memory STL implementation? - c ++Problem with gridview, paging, and "object reference not set" error - asp.netAll Articles