How can I view detailed logs of all requests and responses being handled by the proxy used by create-react-app
?
I don't only want to log some endpoints. Instead, I want to see everything, in as much detail as possible, about what's going through the proxy.
The reason is that I'm getting 403 errors back from the AWS API Gateway server but I'm having trouble reproducing the problem via browser, curl, etc. So I want to get ahold of the actual headers and content going over the wire, to see if my problem might be proxy-related.