Node.js Express sends 400 in requests when performing a query string containing pipes Node.js Express sends 400 in requests when performing a query string containing pipes express express

Node.js Express sends 400 in requests when performing a query string containing pipes


You can use --http-parser=legacy to work around this issue for now.

node --http-parser=legacy index.js

I had open a issue about it HTTP response corrupted with status 400 when URL includes pipe character (|)