Expose IIS application via ngrok
up vote
0
down vote
favorite
I am trying to expose my IIS application via ngrok using host name. With running web app locally and localhost is easy to set up, but how to make it work with IIS hosted app? How to work with a custom url address? Would anyone know?
So, when I browse the app within the IIS, it opens the browser with the URL like: 'http://feature1.pt.com/myapi/', what would need to happen to expose it. For localhost this is the command that was working for me: 'ngrok http 62190 -host-header="localhost:62190"', but how to go around the API hosted as an App within IIS and HostName.
I need that to work to further test my API used for webhook, on testing server. not my local machine this time.
Thanks
api iis ngrok
add a comment |
up vote
0
down vote
favorite
I am trying to expose my IIS application via ngrok using host name. With running web app locally and localhost is easy to set up, but how to make it work with IIS hosted app? How to work with a custom url address? Would anyone know?
So, when I browse the app within the IIS, it opens the browser with the URL like: 'http://feature1.pt.com/myapi/', what would need to happen to expose it. For localhost this is the command that was working for me: 'ngrok http 62190 -host-header="localhost:62190"', but how to go around the API hosted as an App within IIS and HostName.
I need that to work to further test my API used for webhook, on testing server. not my local machine this time.
Thanks
api iis ngrok
While IIS is a full feature web server, I wonder why you want to use ngrok. What good does it bring here?
– Lex Li
Nov 9 at 23:31
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am trying to expose my IIS application via ngrok using host name. With running web app locally and localhost is easy to set up, but how to make it work with IIS hosted app? How to work with a custom url address? Would anyone know?
So, when I browse the app within the IIS, it opens the browser with the URL like: 'http://feature1.pt.com/myapi/', what would need to happen to expose it. For localhost this is the command that was working for me: 'ngrok http 62190 -host-header="localhost:62190"', but how to go around the API hosted as an App within IIS and HostName.
I need that to work to further test my API used for webhook, on testing server. not my local machine this time.
Thanks
api iis ngrok
I am trying to expose my IIS application via ngrok using host name. With running web app locally and localhost is easy to set up, but how to make it work with IIS hosted app? How to work with a custom url address? Would anyone know?
So, when I browse the app within the IIS, it opens the browser with the URL like: 'http://feature1.pt.com/myapi/', what would need to happen to expose it. For localhost this is the command that was working for me: 'ngrok http 62190 -host-header="localhost:62190"', but how to go around the API hosted as an App within IIS and HostName.
I need that to work to further test my API used for webhook, on testing server. not my local machine this time.
Thanks
api iis ngrok
api iis ngrok
asked Nov 9 at 18:06
lucas
1,30411129
1,30411129
While IIS is a full feature web server, I wonder why you want to use ngrok. What good does it bring here?
– Lex Li
Nov 9 at 23:31
add a comment |
While IIS is a full feature web server, I wonder why you want to use ngrok. What good does it bring here?
– Lex Li
Nov 9 at 23:31
While IIS is a full feature web server, I wonder why you want to use ngrok. What good does it bring here?
– Lex Li
Nov 9 at 23:31
While IIS is a full feature web server, I wonder why you want to use ngrok. What good does it bring here?
– Lex Li
Nov 9 at 23:31
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53231157%2fexpose-iis-application-via-ngrok%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
While IIS is a full feature web server, I wonder why you want to use ngrok. What good does it bring here?
– Lex Li
Nov 9 at 23:31