Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ibnsamy96/751acd4e2938bcce0e070b0da43a5629 to your computer and use it in GitHub Desktop.
Save ibnsamy96/751acd4e2938bcce0e070b0da43a5629 to your computer and use it in GitHub Desktop.
As described in this file, all windows store apps are blocked from accessing localhost, you need to enable that by cmd.
https://github.com/jenius-apps/nightingale-rest-api-client/blob/master/docs/localhost.md
To give Nightingale the permission to access your localhost you need to open cmd in administrator mode and enter that command:
checknetisolation loopbackexempt -a -p=S-1-15-2-2472482401-1297737560-3464812208-2778208509-1273584065-1826830168-474783446
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment