George Thomas
Results
2
issues of
George Thomas
The functionality to allow setting of which cards can be used already exists in Payment.js, see this commit https://github.com/jessepollak/payment/commit/d9ddf82ec82016977712f9ace21d92df25c8d111. Can we please get this exposed?
### Summary When a server behind devtunnel sends an HTTP redirect to `http://localhost:3000/some-url`, devtunnel rewrites the `Location` header to something like: ``` Location: https://mytunnel.devtunnels.ms:3000/some-url ``` This breaks the redirect if...