var options = {
:resonseType => Communications.HTTP_RESPONSE_CONTENT_TYPE_TEXT_PLAIN,
:headers => {
"Content-Type" => Communications.REQUEST_CONTENT_TYPE_URL_ENCODED
}
};
var params = {};
Communications.makeWebRequest(
"[URL here]",...