Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Send the origin domain to the API
As Browsers do not include the originating page's domain in a standard HTTP header for cross-domain requests due to security reasons, particularly the same-origin policy. We have to send it explicitly.
- Loading branch information