I am trying to send API calls from a Webflow form’s data to various endpoints. The code currently works, but one of the endpoint URLs and bearer token is exposed.
This seems like a super common task and I’m wondering if there are existing best practices for how to handle this type of situation?
@SiavashVJ - If you needed to protect a webhook URL you could easily set up a reverse proxy that only allowed a certain referrer to post to a secret endpoint. You could also check for a value before running some steps.