What is the Flowise Embed Proxy Server?
mainThe Flowise Embed Proxy Server is an experimental intermediary layer designed to enhance the security of your chatbot implementation. Instead of exposing sensitive Flowise instance details (like your API host and chatflow IDs) directly in your frontend code, the proxy server handles these details on the server side.
Key Security Benefits:
- Conceals sensitive data: Hides your Flowise API host and chatflow IDs from client-side exposure.
- Access Control: Implements strict domain-based restrictions, ensuring only authorized websites can embed your chatbots.
- Secure Communication: Acts as a gateway for all interactions between your website and the Flowise instance.
- Authentication Management: Securely handles API key authentication away from the client.