Allow Caspio User Cookies to Make REST API Calls
For custom REST API applications locked behind a Capio user login authentication field allow developers to use document.cookie() / user session cookie to authenticate REST API calls.
The user is already logged into Caspio and is authenticated on the server-side. This would be a huge security / QoL improvement due to eliminating the need for proxy servers.
This would improve the daily user's experience due to decreased load times since the HTTP request is now 1-to-1 (1 client to 1 server) instead of 1-to-many (1 client to many servers). Also, this would increase the security posture of Caspio and the companies that utilize REST API calls since this eliminates the proxy server (that holds the REST API key as an environment variable) as an attack vector by malicious individuals and APTs alike.
Thank you Caspio Dev team for your time and consideration!