Open jimniels opened 1 month ago
Over last 7 days have found 2 more APIs that are failing in Python because of proxy auth headers (one from user who ran into issue). User report: https://github.com/quadratichq/quadratic/issues/2040
Temp fix is for folks to use JavaScript instead, but we need to fix.
Python will proxy requests so you don't hit CORS issues, but JavaScript doesn't. We should add that.
Additionally, at the same time as adding the JS proxy we should fix both proxies to not override authorization headers. See Slack convo for recommended approach to fix.