Skip to content

Instantly share code, notes, and snippets.

@NetworksAreMadeOfString
Created June 10, 2012 12:29
Show Gist options
  • Save NetworksAreMadeOfString/2905295 to your computer and use it in GitHub Desktop.
Save NetworksAreMadeOfString/2905295 to your computer and use it in GitHub Desktop.
A quick example of getting extra functionality from the Pulsant Portal
httppost = new HttpPost("https://portal.pulsant.com/json/getViewData.php?panel=" + Panel + "&page=" + Page + "&extra=" + Key + Payload);
httppost.setHeader("Cookie","PHPSESSID=" + this.SessionID);
response = httpclient.execute(httppost);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment