Help? Need to See What Bubble Actually Sends

Hi All,

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.

Can anyone shed some light on this?

Thanks,

use requestbin.com
Change the url to a requestbin url and inspect :wink:
And for client side call, yes you could see it in browser. But if you have any header, Bubble will process it server side

@Jici Thanks for this. Have just signed up for an account.

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!

1 Like