Skip to content

Commit

Permalink
Req has started to complain, so adjusting case in accept-charset to lc
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryape committed Apr 6, 2024
1 parent ebabc48 commit 21f3e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/smee/fetch.ex
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ defmodule Smee.Fetch do
[
headers: %{
"accept" => "application/samlmetadata+xml",
"Accept-Charset" => "utf-8"
"accept-charset" => "utf-8"
},
max_redirects: source.redirects,
cache: source.cache,
Expand Down

0 comments on commit 21f3e65

Please sign in to comment.