How to block access to some API functions

From Kolmisoft Wiki
Jump to navigationJump to search

If you want to deny access to some API functions, in file /etc/httpd/conf/http.conf use line Alias /billing/api/API_FUNCTION_NAME "billing/"

For example:

Alias /billing/api/cc_by_cli "billing/"