Hi,

i wanna send a http post request

sockwrite -tn $sockname POST /jule/index.php HTTP/1.1
sockwrite -tn $sockname Host: %back_ip
sockwrite -tn $sockname Content-type: application/x-www-form-urlencoded
sockwrite -tn $sockname
sockwrite -tn $sockname data $+ = $+ $read(%back_filename,n,%i)
sockwrite -tn $sockname Connection: close
sockwrite -tn $sockname data $+ = $+ $read(%back_filename,n,%i)
sockwrite -tn $sockname

but it doesnt work correctly.. anyone knows how to sent the headers correct?