Skip to content

Auth Errors.... #1

@zipzit

Description

@zipzit

Original:
var auth = 'Basic ODAwNTAyMzpwdVJsVGtMZmlVdkc='; // Replace with your auth key

Definite FAIL.

Recommended:

var secureNetId = '800xxxx'; // Replace with your own ID
var secureKey = 'puRlTkLxxxxx'; // Replace with your own Key
var auth = 'Basic ' + new Buffer(secureNetId + ':' + secureKey).toString('base64')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions