Hi,
When I send the following:
POST /query.fcgi HTTP/1.1
Content-Type: application/x-www-form-urlencoded
Content-Length: 63
form_state=3&form_name=system_sw_upgrade&field_name=http_upload
I get
HTTP/1.1 400 Bad Request
Date: Wed, 11 Jan 2012 21:26:15 GMT
Server: Hiawatha v7.4.1
Accept-Ranges: bytes
Connection: close
Content-Length: 402
Content-Type: text/html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>400 - Bad Request</title>
<style type="text/css">BODY { color:#ffffff ; background-color:#00000a }
DIV { font-family:sans-serif ; font-size:30px ; letter-spacing:20px ; text-align:center ; position:relative ; top:250px }
</style>
</head>
<body>
<div>400 - Bad Request</div>
</body>
</html>
What's wrong with the request?
Hiawatha version: 7.4.1
Operating System: Debian-Linux (kernel: 2.6.32)