You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When sending an request to the /50x of the server, a 404 error is returned with the version of OpenResty. The expectation is that Kong's error handler also captures this, instead of exposing information about OpenResty and it's version. The information is not only provided in the HTML body, but also on the Server header (which typically has Kong's version number instead)
Steps To Reproduce
Call http://{KONG_HOST}:{KONG_PORT}/50x
Additional Details & Logs
Kong version (0.8.3)
Kong configuration (Default configuration file, regardless on what APIs are configured if any)
Ubuntu 14.04
The text was updated successfully, but these errors were encountered:
Summary
When sending an request to the
/50x
of the server, a404
error is returned with the version of OpenResty. The expectation is that Kong's error handler also captures this, instead of exposing information about OpenResty and it's version. The information is not only provided in the HTML body, but also on theServer
header (which typically has Kong's version number instead)Steps To Reproduce
http://{KONG_HOST}:{KONG_PORT}/50x
Additional Details & Logs
0.8.3
)The text was updated successfully, but these errors were encountered: