Jetty-9 warning: badMessage: 400 Illegal character
Change https to http in the url. I had the same error, then found out it’s because my application did not support https, so jetty cannot recognize the https encrypted request.
Change https to http in the url. I had the same error, then found out it’s because my application did not support https, so jetty cannot recognize the https encrypted request.