Add missing application/ to Content-Type match (#2183)

This commit is contained in:
Vinicius Brasil 2022-09-06 22:47:19 -07:00 committed by GitHub
parent 1a294854e3
commit 263a359366
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ defmodule Plausible.HTTPClient do
end)
case String.downcase(content_type) do
"x-www-form-urlencoded" ->
"application/x-www-form-urlencoded" ->
URI.encode_query(params)
_ ->