AutumnA
Autumn3mo ago
11 replies
Wildan

Fix internal server error when calling a...

Hey folks! Noticed autumn adds origin check in backend and my chrome extension is now returning server error when calling autumn.check. Created PR here: https://github.com/useautumn/autumn/pull/273
image.png
GitHub
Summary

Making a POST request from a chrome-extension page includes the Origin header (set to chrome-extension://). Due to origin check (added in c599c88), the request will fail and autumn will re...
Fix internal server error when calling autumn from Chrome Extension...
Was this page helpful?