Service Gateway allows clients within NHN Cloud's internal network to communicate with API Gateway without going through the Internet.
In the gateway <-> backend endpoint leg, if the backend endpoint only supports less than TLS 1.2, communication is no longer supported.
July 23, 2024
Feature Updates
Added request validator plugin
A request validator is a feature that validates requests from clients based on settings defined in the resource's request parameters. For more information, see Console Guide > Request Validator.
Fixed an issue where API calls fail when the context variable name contained a hyphen (-).
Added the feature to delete request and response headers
April 23, 2024
Feature Updates
Expanded context variables
Added various context variables related to request and reponse. You can use the added context variables in setting resources and stages.
You can view a list of the top 10 API Gateway services and their cumulative statistics based on the number of total API calls, number of failed API calls, and average response time.
Changed the range of ports available for backend endpoints.
Previous: 80, 443, 5000~12000
Current: 80, 443, 10000~12000
May 24, 2022
Feature Updates
Added the access log feature
This is a feature that lets you store API Gateway's access logs in the Log & Crash Search service. For more information, refer to Access Log.
January 25, 2022
Feature Updates
Made modifications so that, if there is a plugin set in the resource path, the plugin set in the resource path is added when a child method is created.
Added Public APIs related to resource creation and modification.