InfoThis setting doesn’t add API endpoints to the allowlist.
-
Paths are recursively allowed. For example,
api/
allowsapi/v1/*
,api/v2/*
, etc. -
Regex/wildcard input is not accepted. Use
api/
instead ofapi/*
. -
Don’t enter the protocol or domain. Use
api/
instead ofhttps://example.foobar.com/api/
. The domain is automatically added. -
Paths are not case-sensitive.
API/
andapi/
are interchangeable. - To add multiple APIs, you must create separate entries.
Add endpoints to the base path
1. In the Gcore Customer Portal, navigate to WAAP > Domains.