This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
5.14.2
[5.14.2] - 2021-03-24
Fixed:
- Setting a custom base URI to use instead of the regular LaunchDarkly service endpoints did not work correctly if the base URI included a path prefix, as it might if for instance you were using a reverse proxy that would forward requests from
http://my-proxy/launchdarkly-stream/some-endpoint-path
tohttps://stream.launchdarkly.com/some-endpoint-path
. In this example, the/launchdarkly-stream
part was being dropped from the request URL, preventing this type of proxy configuration from working. Now the base path will always be preserved.