When you embed the Chat bubble into a site that is protected by a reverse proxy or API gateway, then all calls must be authenticated.
Currently, Flowise doesn't support injecting Auth headers or modifying CORS settings before sending the request to the API server.
Solution
226 fixes this by introducing an OnRequest hook in which the request can be modified.
Problem
When you embed the Chat bubble into a site that is protected by a reverse proxy or API gateway, then all calls must be authenticated. Currently, Flowise doesn't support injecting Auth headers or modifying CORS settings before sending the request to the API server.
Solution
226 fixes this by introducing an
OnRequest
hook in which the request can be modified.Example