ngrok / ngrok-javascript

Embed ngrok secure ingress into your Node.js apps with a single line of code.
https://ngrok.com
Apache License 2.0
86 stars 17 forks source link

Support local web interface? #62

Closed jaytavares closed 1 year ago

jaytavares commented 1 year ago

Maybe I'm wrong, but the local web interface that is available through the ngrok CLI tool doesn't seem to be available via the node agent. Is that right?

When I navigate to http://localhost:4040 there is nothing found.

Is there a way to enable the local web interface through the node agent? I can't find anything in the api docs.

bobzilladev commented 1 year ago

There is a solution on the roadmap for this, but currently the introspection interface is only available in the downloaded agent CLI.

jaytavares commented 1 year ago

Okay, thanks. I'll just spawn the CLI process in the meantime.