400 Bad Request
response from Zilla when Using Java HttpClient
#1192
Labels
bug
Something isn't working
400 Bad Request
response from Zilla when Using Java HttpClient
#1192
Describe the bug
When utilizing Java's
HttpRequest
andHttpClient
classes to send a POST or PUT request to Zilla (http-kafka
), a 400 Bad Request response is returned. However, the same endpoint functions correctly when tested withPostman
andcurl
.To Reproduce
Steps to reproduce the behavior:
400 Bad Request
.Expected behavior
The HTTP response code should be
204 No Content
instead of400 Bad Request
.The text was updated successfully, but these errors were encountered: