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
0
votes
0 answers

Why does my Facebook Webhook Subscription Verification timeout on my ngrok URL?

I've been using ngrok for several weeks while building the first version of my Web Server so that I can send it test Webhooks from a Facebook App. Until today, I could always just update my Webhooks subscriptions with the new auto-generated ngrok…
josiah
  • 1,314
  • 1
  • 13
  • 33
0
votes
1 answer

Cannot verify facebook messenger webhook, curl_errno = 28

i want to configure webhook for facebook application.during the development process i was using ngrock, which was working perfectly, today i cann't establish connection. Address is https://.........ngrok.io , which works and returns ok i try to add…
Zwiki
  • 9
  • 2
0
votes
1 answer

setting up telegram bot webhook with ngrok 502 Bad Getaway

i tried to set up the bot with ngrok like the webhook sample, and this is how: using (WebApp.Start("localhost:5229")) { Bot.Api.SetWebhook("https://sd52w84s.ngrok.io").Wait(); …
n.sh
  • 347
  • 4
  • 19
0
votes
1 answer

Downloading Ngrok on Mac

So i downloaded Ngrok on my windows machine it was pretty straight forward unzipping and running. Now I want to run it on my mac I am faced with all sorts of problems. I downloaded Ngrok from ngrok.com However it doesn't seem to download as a zip…
0
votes
0 answers

Ngrok I can not acces to my services

I did a web service with in Java using Apache tomcat and axis 2 ( I am working with ubuntu) this web service calls some programs and works pretty fine in localhost ( I check it by running a web service client also built in Java). now I would like …
Nicole Ramírez
  • 345
  • 3
  • 19
0
votes
0 answers

Getting Error 500 in Microsoft Bot in Remotely Hosted URL

I was building a bot. I successfully tested in Localhost then i published the solution on a URL. In emulator i am able to connect to it but when trying to communicate in chat it is giving error 500. while same code on localhost is running…
0
votes
1 answer

Ngrok client is started but the web also show the Tunnelx.x:8080 not found

The web server can run normally but just can't find the tunnel in the server. Tunnel x.x:8080 not found What should I do to start the tunnel?
Riko
  • 256
  • 1
  • 5
  • 15
0
votes
1 answer

How to redirect Ngrok to my website?

I am trying to show my local-website to the customer but it doesn't works. The provided link redirect him to the Xampp page, not to the website folder I want to. Couldn't find any solution online to it. Should I put the ngrok.exe in the…
dalinvar
  • 9
  • 4
0
votes
1 answer

About host : www.example.com , abc.www.example.com

When I deploy ngrok, I use a host like:www.example.com, in the client , I get this: To get started, make a request to one of your tunnel URLs:http://10f0df.www.example.com, This will lead a problem which can not find DNS address. How can I fix…
叶同学
  • 801
  • 1
  • 9
  • 21
0
votes
1 answer

Alexa - Python, There was an error calling the remote endpoint, which returned HTTP 404 : NOT FOUND

I am using flask with python to develop my code for an Alexa skill which fetched Wikipedia data. I am also using Wikipedia library of Python. Every time I try to test my skill Service simulator gives an error. Please help me find the error. "There…
0
votes
0 answers

Ngrok: Expose Database in Docker Container

I have a web application built with Elixir that uses a Postgres database in a docker container (https://hub.docker.com/_/postgres/). I need to expose the web interface (running on port 4000) and the database in the docker container. I tried adding…
user1960118
  • 367
  • 6
  • 17
0
votes
1 answer

HTTP Responses, Webhooks and Json

I have been asked to write a program that takes a list of numbers and sends a post to ms.4url.eu via JSON/HTTP Post in format: { "username":"a", "password":"b", "msisdn":"071231231234", "webhook":"http://example.com" } it receives a…
Ollie Beumkes
  • 301
  • 2
  • 17
0
votes
0 answers

ngrok setup with travis ci gives 404 error

I am trying to tunnel the localhost in travis ci with ngrok. So far I have been able to expose the site, but unfortunately any curl request to a simple text file gives me 404 error. Only index pages are visible/downloadable. How can I configure it,…
Jahid
  • 21,542
  • 10
  • 90
  • 108
0
votes
1 answer

Bitbucket repo:push webhook to drone fails

I'm trying to test drone for implementing CD in my java environment. I'm running drone 0.4 locally and exposing publicly through ngrok. I have managed to add some bitbucket private git repositories to drone. There is already a drone.yml file in the…
Daniel Cerecedo
  • 6,071
  • 4
  • 38
  • 51
0
votes
1 answer

ngrok web interface is not working

I have ngrok working just fine. The tunnel status displays the forwarding address for http and https along with the web interface address. I had to change the default web interface port from 4040 to 4045 because it conflicted with Parse-Server's…
hypermiler
  • 1,969
  • 4
  • 19
  • 27