Can not run on window server when login with user domain #150
songoku141
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I use grapevine to make a rest server.
When logging into windows with local admin rights, everything works normally.
But when logging into windows with the domain and user rights, the rest server cannot start.
I followed this instruction https://scottoffen.github.io/grapevine-legacy/en/using-httplistener.html
to successfully execute the command:
netsh http add urlacl url=http://+:1234/ user=abc.com.vn\thangnv
Please help me resolve this issue
All reactions