Is there a guide for creating a proxy?

Options
Sean gave a brief overview during office hours but i'm unclear on some of the details. 

To use the bubble workflow API you need a POST request, but in draftbit there is no way to use POST on page load, only GET, or only after user interaction. 

So I want to send a get request to Xano, have Xano send a POST request to Bubble, get the results and send those back to Draftbit. 

Should I/do I need to save the response to the database to send it back, or can I just route it in the API endpoint function stack (and if so, how)? I believe what bubble returns is a block of JSON. 

Comments