Unleash / unleash-proxy-client-js

A browser client that can be used together with the unleash-proxy.
Apache License 2.0
47 stars 46 forks source link

Feat/post fetching #125

Closed ivarconr closed 1 year ago

ivarconr commented 1 year ago

In this PR we make it configurable to use POST instead of GET when polling for feature toggle updates. This avoids exposing context fields as query params on the URL, but will reduce the built in cache-ability.

See also https://github.com/Unleash/unleash-proxy/pull/106