Details in ENG-3820 - we need to set up CORS for blob service to work on web.
Details
Details
- Reviewers
tomek • jon varun ashoat - Commits
- rCOMM2a42a7dad94a: [blob-service] Set up CORS
Made GET and POST/PUT blob service requests from localhost web client ant from native. Tested both local sandbox and production service.
Without this change, the requests fail with CORS errors on web, they're fine on native.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
services/blob/src/http/mod.rs | ||
---|---|---|
21 ↗ | (On Diff #25936) | not directly related to this diff, but I would like to move away from --sandbox, and instead just see if the binary is in debug mode. #[cfg(debug_assertions)] fn is_sandbox() { return true; } Also gets rid of a bunch of branching logic |