Hi all,
pls help.
i'm sending the following request to webserver [Tried with all - (IIS, Xatami, Abyss)]
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
sprintf(buff,"POST /cgi-bin/simple_cgi.exe HTTP/1.1
Host: localhost:80
Connection: keep-alive
Transfer-encoding: chunked
");
send(conn,buff,strlen(buff),0);
sprintf(buff,"05D
8111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
");
send(conn,buff,strlen(buff),0);
sprintf(buff,"000
");
send(conn,buff,strlen(buff),0);
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
But getting BAD REQUEST ERROR - 400.
Have referred to link
http://support.microsoft.com/default.aspx?scid=kb;en-us;278998&Product=iis50 and have tried a lot many combinations.
My question -> What is wrong. ? :-(
Rgds
Tejasv...