0
comment
comment
on 8/24/2018 12:55 AM
Inspect proxied requests from Nginx to Kestrel with Mitmproxy
In previous blog posts, we saw how to proxy requests to an ASP NET Core application using Nginx. We saw that request headers also can be proxied with proxy_set_header In order to ease development, we need to be able to debug the values to verify that they are what we expect.
Today we will see two methods to inspect the proxied requests