http POST

So I’m trying to do something seemingly simple, but I guess I need a different way to go about it.

Is there a way to have vera post data to a web page when a motion sensor if triggered?

Use an event and enter a script like this:
luup.inet.wget(“http://server/app/default.aspx?dev=z3&type=status&val=1&desc=Door%20is%20locked”)

This is actually a request and the web page comes back with an empty page but it will get your data to the web server.