Page MenuHomePhabricator

[identity] fix CORS
ClosedPublic

Authored by varun on Apr 4 2023, 3:32 PM.
Tags
None
Referenced Files
F2170515: D7307.id.diff
Tue, Jul 2, 2:28 PM
Unknown Object (File)
Sat, Jun 29, 6:21 PM
Unknown Object (File)
May 29 2024, 6:38 AM
Unknown Object (File)
May 29 2024, 6:38 AM
Unknown Object (File)
May 29 2024, 6:38 AM
Unknown Object (File)
May 29 2024, 6:38 AM
Unknown Object (File)
May 13 2024, 9:35 AM
Unknown Object (File)
Apr 17 2024, 11:26 PM
Subscribers

Details

Summary

i was going to manually implement a CORS layer on our service, but tonic-web just added a much easier way to enable CORS in v0.9.1

Test Plan

followed the steps here and got back an OK response on web for the GenerateNonce RPC

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

varun published this revision for review.Apr 4 2023, 3:34 PM

I see result: GCEj5U5v0to1wXOkN in the console logs, so i think it's working fine now

This revision is now accepted and ready to land.Apr 4 2023, 3:58 PM

Thanks for fixing this so quickly!

This revision was automatically updated to reflect the committed changes.