Python 2.5 と httplib を使用して......
私は確かにpython初心者です.....しかし、これは簡単に思えますが、なぜこれが機能しないのですか?
httpConn = HTTPConnection('127.0.0.1', 44789)
httpConn.request('PUT','/ShazaamMon/setmfgdata.cgi?serial=', hwSerialNum)
httpResp = httpConn.getresponse()
xmlResp = httpResp.read()
httpConn.close()
次の応答を返します。<HTML><HEAD><TITLE>HTTP 404.......
何か手がかりはありますか?