serverless-java-container icon indicating copy to clipboard operation
serverless-java-container copied to clipboard

HTTP API: HttpServletRequest.content is encode on base64

Open npeters opened this issue 1 year ago • 0 comments

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

npeters avatar Oct 19 '24 20:10 npeters