Why Do I Get “400 Bad Request” After 100 Parallel Requests Using PHP and C# HttpClient?
I’m working on a project where I convert XML files into PDFs, sending HTTP POST requests from a C# application to a PHP server. At first everything works fine, but after processing about 100 simultaneous requests, the server starts responding with “400 Bad Request”.