I just can't get this one to work... Pasting "[URL]https://www.someapp.com/publicapi/add?apikey=1234567890abcdef&application=something&event=something&description=something&priority=0[/URL]" into my browser works but what is the correct way to use with PostHTTPData function? I've tried: PostHTTPData('[URL]https://www.someapp.com[/URL]', '/publicapi/add?apikey=1234567890abcdef&application=something&event=something&description=something&priority=0'); PostHTTPData('[URL]https://www.someapp.com/publicapi/add[/URL]', '?apikey=1234567890abcdef&application=something&event=something&description=something&priority=0'); and a few variations to no avail. Any advice? Note - there's no spaces in the address in my code or the preview box, yet some appear in the final post??