This repository has been archived by the owner on Dec 9, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix 403 error by using the existing, custom, HawkAuth class (#1001)
The addition of the payload to the GET request was causing the API to return a 403 error. However, removing the payload caused an exception from the `requests_hawk` package, requiring a payload when `always_hash_content=True`. Instead, we were able to resolve the issue by using the custom HawkAuth class, which is also used elsewhere in the EMT application.
- Loading branch information