From 21f3e6530cf3e5163db7d1264179c0ce75294a92 Mon Sep 17 00:00:00 2001 From: Pete Birkinshaw Date: Sat, 6 Apr 2024 20:25:26 +0100 Subject: [PATCH] Req has started to complain, so adjusting case in accept-charset to lc --- lib/smee/fetch.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/smee/fetch.ex b/lib/smee/fetch.ex index 422f3cb..57a55cc 100644 --- a/lib/smee/fetch.ex +++ b/lib/smee/fetch.ex @@ -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,