Created
May 7, 2022 16:19
-
-
Save ibnsamy96/751acd4e2938bcce0e070b0da43a5629 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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