Spring OpenFeign Ogg File sending problem
I’m trying to send audio OGG file bytes via feign client in java to the API endpoint, but I’ve got an 400 bad request → “error_message” : “OGG header has not been found”. But if file was sending from postman (with same headers and OGG file) everything works just fine.