mirror of
https://github.com/plausible/analytics.git
synced 2024-12-27 03:21:37 +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)
|
||||
|
||||
case String.downcase(content_type) do
|
||||
"x-www-form-urlencoded" ->
|
||||
"application/x-www-form-urlencoded" ->
|
||||
URI.encode_query(params)
|
||||
|
||||
_ ->
|
||||
|
Loading…
Reference in New Issue
Block a user