Skip to content

Instantly share code, notes, and snippets.

View mikefrey's full-sized avatar

Mike Frey mikefrey

  • JetInsight
  • Minneapolis, MN
View GitHub Profile

Keybase proof

I hereby claim:

  • I am mikefrey on github.
  • I am mikefrey (https://keybase.io/mikefrey) on keybase.
  • I have a public key ASBcNfSA2N0Cb7O6eoPfoJnCLXgjGokm9MdhvbjllGw5zAo

To claim this, I am signing this object:

@mikefrey
mikefrey / opustest.js
Last active January 14, 2022 00:41
OpusData session issue
const SESSION_ID = '<INSERT SESSION ID HERE>'
const URL = require('url')
const URLSearchParams = URL.URLSearchParams
const https = require('https')
async function doRequest(urlString, headers) {
const url = URL.parse(urlString)
const options = {
hostname: url.hostname,
port: url.port,