Skip to main content
May 19, 2022
Question

Retrieve Proxy Config from Admin Console in Function plugin

  • May 19, 2022
  • 0 replies
  • 0 views

Hey there,

I'm developing a custom function plugin that will require an http request to an external server.

This is done using a third-party Java library. However, in order to make a successful http request, I need to configure a proxy.

I have configured the proxy via the Admin console, but it seems this is not getting used by plugins, so I have to manually set the proxy settings in the plugin code.

I wanted this to be an easily reusable plugin. Is there a way to pull the proxy configured in the Admin Console for use in function plugins?

Thanks in advance.

Cheers