Open Dancho80 opened 1 month ago
Can you try changing line 82 so it looks like this
headers["content-type"] = "application/json; charset=utf-8";
Are you sending the payload as JSON or urlencoded?
same error my use case: sending Webhooks from GitHub, Content Type = application/json [EDIT] if I switch the method from application/json to urlencoded in GitHub Webhook settings so smee-client is passing the payload but the receiver doesnt accept it with the error 431
org.eclipse.jetty.http.HttpParser parseFields
Header is too large 8193>8192
in case the payload contains some special char like ®, the client fails with error: