I have a project that uses API gateway to handle security. When it does this it forwards the header to x-forwarded-authorization
and a bunch of other stuff. Is there a way to recreate this so a dev can run all of these locally?
I see tickets like this (Serverless API Gateway on GCP) suggest ESPv2 (https://github.com/GoogleCloudPlatform/esp-v2)
Or I know I can throw something together with a reverse proxy like NGINX but what is the correct way to handle this?