How to block access to some API functions

From Kolmisoft Wiki
Revision as of 14:04, 2 August 2012 by Admin (talk | contribs) (Created page with '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_…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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/"