Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Localhost Support #7

Open
SvenEV opened this issue Oct 31, 2017 · 1 comment
Open

Localhost Support #7

SvenEV opened this issue Oct 31, 2017 · 1 comment

Comments

@SvenEV
Copy link
Owner

SvenEV commented Oct 31, 2017

UWP apps can't connect to localhost. There are two options to solve that:

  • Kindly ask the user to enable loopback for WinSwag via command line (see StackOverflow)
  • Send HTTP requests from a separate desktop process which has access to localhost. Might prevent early certification.
@SvenEV
Copy link
Owner Author

SvenEV commented Nov 7, 2017

For now, the app shows instructions explaining how to manually enable localhost-support via the command line. In the future it would be nice if localhost "just works" without the user needing to do anything. But that's only possible via a separate full-trust desktop process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant