How do I debug my site’s HTTP functions? Is there a tool I can use to see console.log output from these functions or something like that?
1 Like
I know how to use console.log() for debugging. The problem is that I’m talking about my site’s API here - meaning I have no developer console - I can’t run these functions from within the site, I have to call them using HTTP requests, from a tool like Postman, and therefore - I can’t see the console. I am asking if there’s a tool which will allow me to see it.