-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Unified Recorder] Unable to hit the localhost:5000 from a karma test #16356
Comments
Proxy-tool spits out the following. @scbedd is looking. |
Resolved in Azure/azure-sdk-tools#1814 and the Locally this checked out for me, but confirm at your leisure. |
Bit more detail. Chrome network tab can see the appropriate headers But the XMlHttpRequest object that comes back to the code itself does not see the headers. I added a console.log() of Still don't really know why this is occurring. I'd assume it's some security thing? But I've also manually injected |
Got it! Need to EXPOSE the headers, not just ALLOW them through preflight! |
Amazing work, @scbedd! |
Trying to hit the localhost:5000(test-porxy) fails with this error.
This needs to be fixed to be able to use the unified recorder in the browser tests.
The text was updated successfully, but these errors were encountered: