Questions tagged [ngrok]

ngrok provides HTTPS tunnels from the Internet to local machines with the ability to capture and replay traffic.

ngrok is a tunneling, reverse proxy that establishes secure tunnels from a public endpoint to a locally running network service while capturing all traffic for inspection and replay.

Useful links:

999 questions
15
votes
2 answers

NGrok and Laravel

I want to deploy my local larvel website online with NGROK. I'm using Laragon with Apache server, I use this command : ngrok http -host-header=rewrite site.dev:80 It almost work, but the asset file (like CSS/Image) are still link to my local server…
Kaherdin
  • 2,055
  • 3
  • 23
  • 34
15
votes
4 answers

Ngrok: How to open port 80

I have just installed ngrok on my local machine, ran ngrok http 80 as usual. However when I try to access port 80 localhost:80 I get this error message The connection to http://*******.ngrok.io was successfully tunneled to your ngrok client,…
RPV
  • 397
  • 1
  • 5
  • 16
14
votes
5 answers

Laravel and ngrok: url domain is not correct for routes and assets

My setup: Homestead on Mac OSX with multiple sites configured I have one site setup using domfit.test as the local domain (auto mapped using hostsupdater) My problem: If I vagrant ssh, and then share domfit.test I get a random generated ngrok url…
Dominic Williams
  • 1,538
  • 2
  • 13
  • 17
14
votes
2 answers

Generic template image_url does not load in Messenger - Facebook Messenger Platform

I am using the Facebook Messenger Platform to create a generic template. I am currently using ngrok to test locally, and the image_url I input for the generic template never shows in Messenger. The generic template is sent, and the image is just…
14
votes
2 answers

Using ngrok with IISExpress on windows

I'm used to using a Mac, and ngrok is a breeze; all you need to do is specify a port, but I'm new to IISExpress, and I can't figure out how to use ngrok and/or IIS correctly. To be clear, I've inherited a Windows machine from a coworker (who has…
Katharine Osborne
  • 6,571
  • 6
  • 32
  • 61
13
votes
1 answer

How to expose two ports using ngrok?

I have a local server on which my two services are running on port 8000 and 5500. I would like to expose both ports to the outer world. For the same I am using ngrok to expose both the ports. But it is exposing only one port i.e.8000. I tried…
Gaurang Patel
  • 172
  • 3
  • 11
13
votes
5 answers

Running Ngrok in a container using docker

[https://github.com/gtriggiano/ngrok-tunnel ] runs ngrok inside a container. Ngrok is required to run in the container to avert security risks. But am facing problems after running the scripts, which generates the url $ docker pull…
Adwaith R Krishna
  • 766
  • 2
  • 8
  • 19
13
votes
2 answers

Ngrok not passing my post request on to localhost

I'm trying to set up a webhook for Stripe and I've created a controller, according to the Stripe doc , to do it in ASP.Net MVC running in a virtual machine (maybe that changes things?). I've been testing the action in the controller to see if I can…
chuckd
  • 13,460
  • 29
  • 152
  • 331
13
votes
1 answer

SSH Tunnel to Ngrok and Initiate RDP

I am trying to access my Linux machine from anywhere in the world. I have tried originally port forwarding and then ssh'ing in; however, I believe my school's WiFi won't allow port forwarding (every time I ran it, it would tell me connection…
SF Dev
  • 389
  • 1
  • 3
  • 13
13
votes
2 answers

How to forward a websocket server in localhost with ngrok

I' trying to run a websocket server on local host and forward it to web using ngrok. But couldn't figure it how. These are the original code's from AutobahnPython git repository https://github.com/tavendo/AutobahnPython. Server code: from…
AEla
  • 173
  • 2
  • 2
  • 9
11
votes
3 answers

webpack-dev-server 4 with ngrok

In older versions of webpack-dev-server (i.e 3 and below), we can simply expose webpack and webpack-dev-server's websock using ngrok tunnels by setting the value of devServer.public, as shown below: // WDS v3 devServer: { public:…
wentjun
  • 40,384
  • 10
  • 95
  • 107
11
votes
4 answers

Alexa Skill Development using flask-ask and ngrok

I'm trying to begin developing a skill for alexa using flask-ask and ngrok in python. Following is my code: from flask import Flask from flask_ask import Ask, statement, question, session import json import requests import time import unidecode app…
RogerThat
  • 187
  • 1
  • 6
11
votes
5 answers

ASP.NET Core 2.0 ngrok 502 Bad Gateway Error

I have been using ngrok with ASP.NET 4.X without encountering any problems. Unfortunately, when I try to forward app build in ASP.NET Core 2 I run into a problem that I can't solve. I tried following combinations of commands to start ngrok: ngrok…
Deleroy
  • 360
  • 1
  • 3
  • 14
11
votes
1 answer

Ngrok net::ERR_CONTENT_LENGTH_MISMATCH errors

I'm trying to set up an ngrok tunnel to a locally run webserver serving on port 5000. I can access the website fine over localhost:5000, but when I set up an ngrok tunnel on port 5000 I get net::ERR_CONTENT_LENGTH_MISMATCH errors on all of the css…
Andrew
  • 1,890
  • 3
  • 16
  • 35
11
votes
4 answers

ngrok tunnels to localhost reconnecting issue

I have a camera set up on my ARM based system running ubuntu 12.0.4 LTS. I am accessing internet from an ethernet cable of my modem. I am able to view the live stream from my camera using motion software on my local network. However to view these…
bobbydf
  • 183
  • 1
  • 4
  • 13
1 2
3
66 67