Skip to content

Commit

Permalink
Set explicit HTTP headers
Browse files Browse the repository at this point in the history
  • Loading branch information
KapJI committed Nov 11, 2023
1 parent 6571ae3 commit 75eb6aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gpsoauth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ def _perform_auth_request(
{
"User-Agent": USER_AGENT,
"Content-type": "application/x-www-form-urlencoded",
"Accept-Encoding": "identity",
"Accept": None,
"Connection": None,
}
)

Expand Down

0 comments on commit 75eb6aa

Please sign in to comment.