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
1 answer

res.send(200) issue on facebook messenger bot

I am trying to build a facebook messenger bot using nodejs. I got the bot developed with core features. While testing for a negative scenario where the user sends in a GIF or sticker, it has to respond "I couldn't get you. Sorry". It does send that…
SamT
  • 165
  • 1
  • 2
  • 11
0
votes
1 answer

Ngrok doesn't change localhost inside the web client

I've node.js as a server and listen on port 3000. Node.js will render vue.js that has already built when the server start. I've declare var socket = io('http://127.0.0.1:3000'); inside the vue.js and then expose my localhost via ngrok. And it seems…
UHU
  • 55
  • 1
  • 7
0
votes
1 answer

SMS sending with Twilio and Android

I have the Android project. I use Gradle and Kotlin. I need to realize the SMS sending mechanism with Twilio. I used this manual: How to Send an SMS from Android So, I have created the Backend. Here is the build.gradle for Backend: group…
NaSt
  • 301
  • 1
  • 5
  • 16
0
votes
1 answer

How to make spring social facebook work on localhost using ngrok tunneling

I want to send a message to my facebook page using my user credentials and using ngrok to make a localhost tunnel so that facebook can reach my machine. However I am still getting a bad request (500) telling me I havn't registered any domains or…
Maurice
  • 6,698
  • 9
  • 47
  • 104
0
votes
1 answer

Check when any user is connected slack API

I want to know when any user is connected to my slack workspace. I know that with presence_change event I can get that info, but passing the user ID. What I want to achieve is to send an event to my app (right now using ngrok) when any user is…
Juan Wilde
  • 134
  • 1
  • 5
0
votes
0 answers

NGROK changes url from CUSTOM_URL to localhost

I'm trying to make my wordpress website available for others to see using WampServer and ngrok. But when I expose local server to the Internet with 'ngrok http 80' all that people can access is the WampServer admin panel. When they click my…
0
votes
1 answer

Getting error while executing python program to get a caller to conference call from twilio server

I wrote a python program as to [Ph Num 1 <-> Twilio Server <-> Ph Num2 ] [- Send a Message from my ph number (Num 1) containing another phone number(Num 2) to twilio server - twilio takes the number (Num2) and calls me back (Num1) (saying as you are…
rob
  • 1
  • 1
0
votes
4 answers

flask + ngrok - redirect doesn't work

I've got the following app: server.py @app.route('/') def main(): return render_template('index.html') @app.route('/login') def login(): return 'hey' index.html
Persi
  • 414
  • 6
  • 15
0
votes
1 answer

Webhook for Facebook Messenger doesn't validate Laravel5.4

So I was trying to make a Facebook chat bot using Laravel and ngrok. When I was asked to setup the webhook for the Facebook messenger API, I used ngrok to forward my localhost. The problem is, it can't seem to validate the callback URL needed to…
daino92
  • 178
  • 3
  • 18
0
votes
1 answer

push.webhookUrlUnauthorized error

I am trying to use the drive API to test watching one of my google drive's documents... I have created a localhost server using python flask... This is my code for it from flask import Flask, render_template, request, url_for app =…
0
votes
1 answer

Why the program mixes the code of all users connected when working with PostgreSQL local, ngrok and NodeJS?

I am in a serious problem with my code. I am developing a bot for Telegram using Node.JS and ExpressJS. To make requests I use ngrok and to store information PostgreSQL. My problem is: when running the program with only one user connected and…
0
votes
1 answer

tool like Ngrok to Access XAMPP Localhost from Internet

I have read this question, I found the best answer for me was : http://ngrok.com small tool This tool is really great, but to add a custom domain you need paying plans Is there any other tool like Ngrok to Access XAMPP Localhost from Internet
zahaby
  • 33
  • 10
0
votes
2 answers

vagrant share ngrok rescue in execute': No such file or directory

I'm trying to get vagrant share working , it's been a while I used to use it without ngrok no problem on an older version / project I have a ngrok account installed the auth token logged into my vagrant cloud when running vagrant share getting…
user1930591
  • 307
  • 5
  • 22
0
votes
1 answer

ngrok respond 503 code

On server side I run ./bin/ngrokd -domain="$NGROK_DOMAIN" -httpAddr=":8088" -httpsAddr=":8082" -tunnelAddr=":8083" Display [18:39:55 CST 2017/07/18] [INFO] (ngrok/log.(*PrefixLogger).Info:83) [registry] [tun] No affinity cache specified [18:39:55…
jerry
  • 319
  • 1
  • 5
  • 13
0
votes
0 answers

twilio survey is stuck, for my phone number only

I have a node js/express application that is using the twilio automated voice survey, and I have this issue where if my phone number calls the survey, the program jumps to the last statement in the survey, and then ends. None of the questions of the…
mapema
  • 13
  • 5