FIX: omit the default port in the `Host` header
This commit is contained in:
parent
a55e679563
commit
46a3b30021
|
@ -22,6 +22,7 @@ module Jobs
|
||||||
|
|
||||||
result = Excon.post(push_url,
|
result = Excon.post(push_url,
|
||||||
body: payload.merge(notifications: notifications).to_json,
|
body: payload.merge(notifications: notifications).to_json,
|
||||||
|
omit_default_port: true,
|
||||||
headers: { 'Content-Type' => 'application/json', 'Accept' => 'application/json' }
|
headers: { 'Content-Type' => 'application/json', 'Accept' => 'application/json' }
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue