Archive: Is a POST or GET possible?


Is a POST or GET possible?
Does anyone know how to do a post or get given a url?

Thanks,


Use InetLoad or Inetc for POST or GET.

http://nsis.sourceforge.net/InetLoad_plug-in
http://nsis.sourceforge.net/Inetc_plug-in

You can also use NSISdl for GET.


Sorry but i still don't see how I can use it...I'm looking over the documentation and i don't see a good example.


InetLoad has a /POST switch and Inetc has a POST function. Everything else uses GET.