API Connector: where to find requests' log

Hi,

is there a way to see a log of the HTTP request that the API Connector produces? We can capture responses but I could not find a place where to track the generated requests.

I ask as I see some different behavior vs the same request done via Postman hence I was wondering what Bubble does different.

Thanks,

F

What API are you using?


Are you asking to see the request or the response?


What behaviours are different?

Hi, I was actually looking for the request the is being sent out (for the response it is quite clear where to find it). I was interested in seeing the Body and Headers etc of the request.

Regarding my issue, it has been fixed with a header (multipartformdata).

Thanks

F

1 Like

Would love to see this feature too

me too. I’ve hacked around it by creating logs for all requests that I am trying to track…