Hacker News new | ask | show | jobs
by anandpdoshi 2725 days ago
I have used localtunnel over https for this: https://localtunnel.github.io/www/
1 comments

Nice, is this similar to ngrok?
Same principle, though less well maintained and somewhat iffier especially the server bits, you may want to / have to set up your own localtunnel server[0] though an advantage is that you can do that.

FWIW for my use case (testing github API calls & webhooks feedback), ngrok with a free account was more reliable, and interacted better with little snitch.

[0] https://github.com/localtunnel/localtunnel/issues/261#issuec...