Page MenuHomePhabricator

Set content-type to application/json
ClosedPublic

Authored by 20after4 on Mar 29 2017, 9:48 PM.
Tags
None
Referenced Files
F14167240: D17580.id42292.diff
Sat, Dec 7, 8:43 AM
Unknown Object (File)
Fri, Nov 29, 5:31 AM
Unknown Object (File)
Tue, Nov 26, 8:55 PM
Unknown Object (File)
Fri, Nov 22, 5:41 PM
Unknown Object (File)
Mon, Nov 18, 3:36 PM
Unknown Object (File)
Thu, Nov 14, 10:39 AM
Unknown Object (File)
Sat, Nov 9, 9:57 PM
Unknown Object (File)
Nov 5 2024, 11:46 PM
Subscribers

Details

Summary

Elasticsearch really wants a raw json body and it fails to accept
the request as of es version 5.3

Test Plan

Tested with elasticsearch 5.2 and 5.3.

Before this change 5.2 worked but 5.3 failed with
HTTP/406 "Content-Type header [application/x-www-form-urlencoded] is not supported" [1]

After this change, both worked.

[1] https://phabricator.wikimedia.org/P5158

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable