Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(trace): allow Trace Viewer to include credentials when fetching …
…traces cross-origin (microsoft#28502) Add the `'credentials': include` option on the trace fetch so the browser can include cookies when fetching from a different origin, assuming the origin returns the correct Access-Control-Allow-Origin and Access-Control-Allow-Credentials headers. Fixes microsoft#28501
- Loading branch information