> Thanks for the tip. What's the advantage of POST/json over HTTP get - is
> it more secure?
No, it's no more secure than status.html. But it works.
And you can use it to query the server, too. The response would be JSON
formatted data which is much more reliable to parse. It's design to
handle commands, whereas the status.html is a hack.
--
Michael
> it more secure?
No, it's no more secure than status.html. But it works.
And you can use it to query the server, too. The response would be JSON
formatted data which is much more reliable to parse. It's design to
handle commands, whereas the status.html is a hack.
--
Michael