I am trying to debug an API that I have set up in the API connector. What I figure I need is to actually see what is transmitted to the API endpoint. Is there a way to see exactly what the API Connector or any other Plugin transmits? I am assuming that you can’t see it in the console.
use requestbin.com
Change the url to a requestbin url and inspect
And for client side call, yes you could see it in browser. But if you have any header, Bubble will process it server side
hi @Jici
I got distracted and never got around to checking out requestbin until recently. I wish I had taken your advice sooner. requestbin is immensely helpful!