Hi James, I've tried making my data segment start with
I've pasted the code that is attached to a button, below, can you see where I'm going wrong?
For testing the 'url' parameter contains '
http://127.0.0.1:80', my testing server runs locally and listens on port 80
var data = 'hey there';
ogscript.asyncPost(params.getValue('url', 0), data, processResponse, true); //do a post
#DashBoard