Tomcat error: error parsing HTTP request header

Note: further occurrences of HTTP header parsing errors will be logged at DEBUG level.

I send a get request (using Chrome’s restclient plug-in)
in my case, this is because I try to use the HTTPS protocol in a local Tomcat instance without configuring HTTPS. Change to HTTP protocol

Read More: