Skip to content
Snippets Groups Projects
Commit fe6ad579 authored by Vincent Texier's avatar Vincent Texier
Browse files

[fix] #59 fix unsupported Content-Type Header on gva prototype

parent 5e46325a
No related branches found
No related tags found
2 merge requests!119Release 0.61.0,!90Add GraphQL GVA API support
......@@ -322,7 +322,7 @@ class API:
elif _json is not None:
logging.debug("%s : %s, json=%s", method, url, _json)
# http header to send json body
self.headers["Content-Type"] = "application/json; charset=utf-8"
self.headers["Content-Type"] = "application/json"
else:
logging.debug("%s : %s", method, url)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment