Skip to content

Instantly share code, notes, and snippets.

@zszszsz
zszszsz / holdTest.js
Last active August 30, 2017 16:00
njit intl hold test
const https = require('https');
const options = {
hostname: 'myhub.njit.edu',
path: '/StudentRegistrationSsb/ssb/term/search?mode=registration',
method: 'POST',
headers: {
'Content-Type': 'application/x-www-form-urlencoded',
'Content-Length': 69,
'X-Requested-With': 'XMLHttpRequest',