Hello. The site (VDS) has scripts that take data POST-ohm. The amount of data can sometimes be very large.
I want to close these scripts from the external call. I add htaccess with contents to the directory I need.
<Limit POST> Order Deny,Allow Deny from all Allow from моя маска подсети. </Limit> As a result, it works correctly from the outside, but if you go to the site and press the call button of this function (the usual select with category selection), the script issues 403. I believe that in this case the script does not work from the site’s ip, but from visitor?
Thanks for the tips ...