Get node request for debugging

The idea is:

Would be cool if we would be able to see what request node make in UI. So if it does not what we need, then we can debug it easier.

My use case:

I made something in request node and see what request n8n does would be useful.

Are you willing to work on this?

I think this is too big for me now ;/

Not secure, but a workaround is changing the URL to https://httpbin.org/anything which will repeat back exactly what it gets sent.

1 Like

Thanks , really useful! <3

The HTTP Request node does that already. You just have to open your browser console:

Thanks a lot! <3

I change topic category to question in that case BTW.