It is currently April 20th, 2024, 12:32 pm

WebPost.exe (send http POST requests)

Share and get help with Plugins and Addons
Messiahs
Posts: 1
Joined: February 9th, 2011, 10:28 pm

WebPost.exe (send http POST requests)

Post by Messiahs »

Just a small exe to post http commands:

[sendCommand]
Meter=Image
X=20
Y=80
W=20
H=20
ImageName=#CURRENTPATH#Images\small\Prev.png
LeftMouseUpAction=!Execute ["WebPost.exe http://192.168.178.10?command=previous"]
MouseActionCursor=1
Antialias=1

Download:
http://code.google.com/p/rainmeter-outlook/wiki/WebPost
Last edited by Messiahs on March 18th, 2011, 7:04 am, edited 3 times in total.
derari
Posts: 17
Joined: February 24th, 2011, 5:39 pm

Re: WebPost.exe (send http POST requests)

Post by derari »

Cool thing.
Could you add a way to specify the http command I want to use?
Like "WebPost.exe http://... will do a POST, "WebPost.exe -get http://... will do a GET, etc.
derari
Posts: 17
Joined: February 24th, 2011, 5:39 pm

Re: WebPost.exe (send http POST requests)

Post by derari »

I added the feature myself.

In accordance with Messiahs, the executable and the source code can be found here: http://code.google.com/p/rainmeter-outlook/wiki/WebPost