How to block access to some API functions

From Kolmisoft Wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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/"