deeppavlov / dp-agent

DeepPavlov Agent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

requests header handling

yoptar opened this issue · comments

When i send a request with Content-Type: application/json;charset=UTF-8 (it's default for my framework), I get an error: 400: Content-Type should be application/json.
Everything works fine if the header is overridden with Content-Type: application/json

Fixed