Does the request youare looking at appear to be an appropriately formatted HTTPrequest? If not, what’s wrong?
GET / HTTP/1.1127.0.0.1
HTTP/1.1 400 BadRequest
Date: Thu, 30 Apr 201518:39:11 GMT
Server: Apache/2.4.10(Ubuntu)
Content-Length:301
Connection: close
Content-Type:text/html; charset=iso-8859-1
<!DOCTYPE HTMLPUBLIC “-//IETF//DTD HTML 2.0//EN”>
<html><head>
<title>400 BadRequest</title>
</head><body>
<h1>BadRequest</h1>
<p>Your browsersent a request that this server could not understand.<br/>
</p>
<hr>
<address>Apache/2.4.10 (Ubuntu) Server at 127.0.1.1 Port80</address>
</body></html>
Expert Answer
Answer to Does the request you are looking at appear to be an appropriately formatted HTTP request? If not, what’s wrong? GET / HT…