HTTP API: HttpServletRequest.content is encode on base64
Closed this issue · 1 comments
npeters commented
To help us debug your issue fill in the basic information below using the options provided
Serverless Java Container version: 2.0.1
Implementations: Spring Boot 3
Framework version: SpringBoot 3.1.7
Frontend service: HTTP API
Deployment method: SAM,
Scenario
*read the body of HTTP POST *
Expected behavior
Get the body as byte array and ready to read
Actual behavior
Get the body as base64 byte array
Steps to reproduce
use HTTP API with a POST
deki commented
Change is part of the 2.1.0 release.