Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fetching .wasm does not work behind proxy #845

Closed
recro-lataille opened this issue Jul 11, 2019 · 1 comment
Closed

fetching .wasm does not work behind proxy #845

recro-lataille opened this issue Jul 11, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@recro-lataille
Copy link

Im using HA proxy for ssl termination with client certificate validation. the fetch for f8f821a66b20e5801e35df5ec4565b30.wasm (onigasm I believe) fails this was reproduced in the firefox browser by using the console fetch('f8f821a66b20e5801e35df5ec4565b30.wasm') the solution was tested by doing fetch('f8f821a66b20e5801e35df5ec4565b30.wasm', {credentials: 'same-origin') and the fetch is successful.

Steps to Reproduce

  1. ssl terminating load balance validating client certs
  2. load the codeserver on the browser
@code-asher
Copy link
Member

Closing per comments in #846.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants