Page MenuHomePhabricator

[identity] fix CORS
ClosedPublic

Authored by varun on Apr 4 2023, 3:32 PM.
Tags
None
Referenced Files
F2195968: D7307.diff
Fri, Jul 5, 11:27 AM
Unknown Object (File)
Thu, Jul 4, 3:35 AM
Unknown Object (File)
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
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
Branch
arcpatch-D7306
Lint
No Lint Coverage
Unit
No Test Coverage

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.