A few fixes requested by the community!
Fixed
- Kong properly search the
nginx
in your $PATH variable.
- Plugins:
- OAuth2: can detect that the originating protocol for a request was HTTPS through the
X-Forwarded-Proto
header and work behind another reverse proxy (load balancer). #650
- HMAC signature: support for
X-Date
header to sign the request for usage in browsers (since the Date
header is protected). #641