mirror of
https://github.com/plausible/analytics.git
synced 2024-12-27 19:47:26 +03:00
Add missing application/
to Content-Type match (#2183)
This commit is contained in:
parent
1a294854e3
commit
263a359366
@ -59,7 +59,7 @@ defmodule Plausible.HTTPClient do
|
|||||||
end)
|
end)
|
||||||
|
|
||||||
case String.downcase(content_type) do
|
case String.downcase(content_type) do
|
||||||
"x-www-form-urlencoded" ->
|
"application/x-www-form-urlencoded" ->
|
||||||
URI.encode_query(params)
|
URI.encode_query(params)
|
||||||
|
|
||||||
_ ->
|
_ ->
|
||||||
|
Loading…
Reference in New Issue
Block a user