Home AMX User Forum NetLinx Studio

HTTP POST

Hi there,

I need to implement an Http Post Message, I remember there was a example thread but I don't find it anymore.

I correclty implement the GET message but in the post one I miss something.....


thanks,

Criss

Comments

  • AMXJeffAMXJeff Posts: 450
    criss87 wrote: »
    Hi there,

    I need to implement an Http Post Message, I remember there was a example thread but I don't find it anymore.

    I correclty implement the GET message but in the post one I miss something.....


    thanks,

    Criss

    Check out this, it goes through the basics.

    http://www.jmarshall.com/easy/http/
  • DHawthorneDHawthorne Posts: 4,584
    The big problem (maybe that's too strong a word ... hangup might be more accurate) with anything HTTP is that a lot depends on the server settings. Sometimes all you need is GET all by itself, and sometimes you need full header information, including fun stuff like user_agent and encrypted logins. Best bet is too study up on the various formatting rules, and if you don't have explicit requirements for the server, connect with a browser and capture the packets to see what it expects. It's going to be different with every device ... which is why *most* controls protocols use Telnet instead.
  • criss87criss87 Posts: 32
    ok, thanks I will give it a try...

    Cris
Sign In or Register to comment.