Skip to Main Content
Customer Feedback

We love feedback from you on our products and the problems in your daily work that you would like us to solve. Please describe the challenge you're encountering and your desired outcome. Be as detailed as possible.

For technical issues or bugs please head to Support or our Developer Community. You can assign up to 20 votes in total. Thank you for your feedback.

Status explanation: 'Future Consideration' = Continuing to collect further feedback, not planned at this time. 'Investigating' = Prioritized for deeper customer and feasibility investigations ahead of planning development.

Status Future consideration
Categories SDKs & Agent
Created by Guest
Created on May 8, 2023

enable optimizely node sdk to work behind proxy

If sdk is meant to be initialised in air tight environment and you are meant to use proxy for security and audit reasons, then its impossible to do so with createInstance method from neither react nor node SDKs. Datafile wont be fetched, App will crash.

We need some way to avoid it as in better control network traffic. Usually its done by few methods:
* out of the box support HTTP_PROXY and HTTPS_PROXY env vars
* options in createInstance to point to the proxy
* options in createInstance to override http-agent or https-agent with custom one which supports proxy
* options in createInstance to override fetch with custom one which supports proxy