Inside Activate
...
How To
Configure Anywhere to Allow Activate Inbound APIs
3 min
introduction activate anywhere can be configured to route api requests through to activate this is great for opening up activate apis externally for cloud or other systems to consume by default this routing is disabled, but can be easily enabled using policy configuration configuration browse in activate studio to resources/configuration/external web open remoteaccess parameter set api/policy/enable to "true" set policy/match/url to the relative url of the api, e g custom/mynewapi or custom/ to allow all custom apis set policy/match/ipaddress to the allowed source ips, or use to allow all restart activate and anywhere app pools for configuration to take effect to setup multiple policies copy and paste the default policy node under the api node other notes when anywhere checks policy against incoming requests the check is case sensitive, so custom/myapi in the policy will not allow through customer/myapi, please ensure the consumer of the api is aware of this feature