Solved

HTTP-413 error

  • 29 March 2023
  • 4 replies
  • 41 views

Hi Team

 

I am making post call to HTTP to a URL.

Post request body Size is 1100KB and sometimes even more

I am getting error like 413, HTTP-payload too large error.

 

Please help me with solution. Any help is appreciated

icon

Best answer by AkshayJadhav 29 March 2023, 19:54

View original

4 replies

Userlevel 5
Badge +1

@Priyanka Mynepally 

Kindly try with below option in http processor if you are using it for posting data .

 

 

Userlevel 4
Badge

Hello @Priyanka Mynepally - Thank you for reaching out to the StreamSets Community Platform. 

A 413 HTTP error code occurs when a client attempts to upload a large file to a web server, and the server responds with a 413 error to alert the client. Web servers place size limits on uploads to prevent users from overwhelming the server. 

I strongly feel that we might need to check from the server side to see this can be increased. 

Thank you - AkshayJ

Hi Team

 

What details should we configure in server side to solve it.

 

Regards

Priyanka. M

Userlevel 4
Badge

Hi @Priyanka Mynepally - Could you try the steps @Bikram mentioned above and see if that works.

I do not have the configs with me but you can reach out to the server team and ask them if there is any limitations for the request body.

Thank you - AkshayJ

Reply