Is it required to always pass http request from public to server and then from server to actual backend api?

Hi,

I am developing a custom external plugin in React.

Is it necessary to always call our backend service apis from plugin-server, and then call the plugin-server path from plugin-public?

Do I always have to map response from api to Kibana response?

Thanks

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.