nginx + code-server reverse proxy for debugging returns 401 on non-browser POST requests
[edited on 20230428 adding info about nginx] I'm setting up Stripe in a React/Node project. To support the payment workflow, the server must listen for two types of POST requests: /create-payment-intent. This request comes from the browser. I got that…