Home AMX Forum NetLinx Studio
Options

Post Method

BinuBinu Junior Member
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"

Comments

  • Chip MoodyChip Moody Junior Member
    I haven't used POST before, but that seems to be correct.

    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
Sign In or Register to comment.