Difference between revisions of "How to block access to some API functions"

From Kolmisoft Wiki
Jump to navigationJump to search
(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_…')
 
(No difference)

Latest revision as of 14:04, 2 August 2012

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