GoogleCloudPlatform / cloud-run-proxy

Local proxy for authenticating requests to Cloud Run
Apache License 2.0
127 stars 20 forks source link

Handle redirection properly #2

Closed yolocs closed 3 years ago

yolocs commented 3 years ago

Problem: At the moment if a proxied cloudrun service attempts to redirect with absolute url (location header = https://xxx.run.app/xxx), the redirection would fail because it will no longer go through the proxy.

sethvargo commented 3 years ago

Good idea!