Http post in the particle IDE

Hi @SlinkyMation

If you have a URL like this:

http://my.host.com/first/second/third

Then the path you want to put in request.path is:

request.path = "/first/second/third";

[edit: I took the .html out of this for clarity]