Technically it is possible as you can send any requests you like. However it will not be simple. You will need to first implement the log in step, save the cookie and then make the post request.
A tool such as FireBug which shows the browser http requests is very helpful for such tasks.