Skip to content

Consider request uri when caching endpoint discovery

Choose a tag to compare

@stephanschuler stephanschuler released this 27 Aug 11:37
251a46c

In some environments there are internal requests between servers and
external requests from browser to server. Those might have different
URIs, e.g. when external requests are passed through a proxy server
but internal are not.

This change adds the web request URI (schema + port + host + path)
to the cache identifier when caching endpoint discovery results.