You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: