We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fbfbd5 commit 02456e8Copy full SHA for 02456e8
textbox/textbox.go
@@ -116,6 +116,7 @@ func (c *Client) Check(r io.Reader) (*Analysis, error) {
116
if err != nil {
117
return nil, err
118
}
119
+ req.Header.Set("Content-Type", "application/x-www-form-urlencoded")
120
req.Header.Set("Accept", "application/json; charset=utf-8")
121
resp, err := c.HTTPClient.Do(req)
122
0 commit comments