Post Method

Can some says is this right?
if not how to do a post from netlinx
send_string poastmethod, "'POST ', 'AMX.ASPX', ' HTTP/1.1', 13, 10, 'Connection: Close', 13, 10, 13, 10"
if not how to do a post from netlinx
send_string poastmethod, "'POST ', 'AMX.ASPX', ' HTTP/1.1', 13, 10, 'Connection: Close', 13, 10, 13, 10"
0
Comments
When are you sending this? I.E., what condition are you waiting for to exist before sending it?
Also, what response are you getting back? Even if the command is malformed, you should get some sort of error back from the server.
- Chip