Currently, the API endpoint validation (https://localhost:9443/api/am/publisher/v1.0/apis/validate-endpoint?endpointUrl='') in the Publisher portal takes place via a direct HTTP Head call initiated from the Publisher node. This can be further improved by routing this request through the Gateway node, even though the original behavior is the intended.
Describe your solution
Make endpoint validation request goes through WSO2 API Gateway.
How will you implement it
Deploy the API "ValidateEndpoint" by default for each tenant in API Gateway. If needed, provide admin users with the capability to set rate-limiting as well, so that request bursting will be prevented.
The text was updated successfully, but these errors were encountered:
Describe your problem(s)
Currently, the API endpoint validation (
https://localhost:9443/api/am/publisher/v1.0/apis/validate-endpoint?endpointUrl='') in the Publisher portal takes place via a direct HTTP Head call initiated from the Publisher node. This can be further improved by routing this request through the Gateway node, even though the original behavior is the intended.Describe your solution
Make endpoint validation request goes through WSO2 API Gateway.
How will you implement it
Deploy the API "ValidateEndpoint" by default for each tenant in API Gateway. If needed, provide admin users with the capability to set rate-limiting as well, so that request bursting will be prevented.
The text was updated successfully, but these errors were encountered: