0

Currently, I need send large no of user input parameters to the servlet. (more then 5000) But my ajax post request is giving 400 error bad request header too long. How to handle this?

I'm taking all user entered parts as an array and passing as below:

var url = "/bin/maxim/legacy/tradecompliance?partNum="+ encodeURIComponent(array);
Sovalina
  • 5,410
  • 4
  • 22
  • 39

0 Answers0