Hi Bubblers
The backend on my currently company, only trusts requests solely based on the trusted origin specified in the URL, but when the call originates from Bubble, adding my site’s domain to the whitelist isn’t enough because the request is actually dispatched by Bubble’s own servers and arrives with a hidden origin header. I need to determine that real, consistent origin—whether it’s a specific IP range, domain, or other identifier used by Bubble’s servers—so the backend can validate and accept only legitimate API Connector requests while blocking any replay attempts from tools like Postman.