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

Can't get ngrok, and my python script to use the same port

I imported flask into my python script, and I'm using ngrok to make it accessible. The ASK_APPLICATION_ID has not been set. Application ID verification disabled. * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit) * Restarting with stat The…
leecan999
  • 27
  • 3
0
votes
1 answer

Detect ngrok from Rails

I am using ngrok in order to test my Rails application integration with PayPal. Since my application works with subdomains, I would like to detect when call is made from ngrok so I can apply a different behaviour. Is there any way to configure ngrok…
guyaloni
  • 4,972
  • 5
  • 52
  • 92
0
votes
1 answer

Cookies when tunneling wordpress through ngrok

I have set up a wordpress multisite on a vagrant debian running PHP7. Ngrok is running on node and the frontend shows perfectly on my tunneling address. When i try to log into wordpress backend "wp-admin" trough the tunneling address i get this…
robped
  • 196
  • 1
  • 13
0
votes
1 answer

Authentication is not working from PuTTY command line on ngrok

I have a Raspberry Pi set up as a download server at home. To access it from any Windows PC I download Putty and add its parent folder to the Path environment variable. When accessing it via SSH using Putty GUI or CLI from any PC on my home network,…
Patrick B
  • 3
  • 3
0
votes
1 answer

How to open site with ngork?

I have just started using ngork recently and so basically I run the below command: ngork http 8080 Well now I get the following in the terminal: ngrok by @inconshreveable (Ctrl+C to quit) Tunnel Status …
Alexander Solonik
  • 9,838
  • 18
  • 76
  • 174
0
votes
1 answer

Sending Stripe Webhooks to Controller in Grails

I am trying to capture a test web hook from Stripe on Grails(2.5.1). I setup a line in my URLmappings which when going directly to the URL on a browser on my local machine running ngrok executes the controller method ok. I cannot seem to get the…
Jay S.
  • 15
  • 5
0
votes
2 answers

Ngrok Server failed to allocate tunnel: Invalid authtoken "token"

I signed up on ngrok website and tried to set authtoken with the command ngrok -authtoken token 4000 and got following error Server failed to allocate tunnel: Invalid authtoken 'token'. This looks like an ngrok 2.0 authtoken, but you're using…
Swati Yamgar
  • 139
  • 1
  • 14
0
votes
1 answer

Can't connect Ngrok with Vagrant

I'm using the "Scotchbox" (scotchbox.io) Vagrant file and I would like to use it together with Ngrok to demo work in progress for clients. I'm not really sure how to set this up properly with custom dev domains - such as "project.dev" - could anyone…
Staffan Estberg
  • 6,795
  • 16
  • 71
  • 107
0
votes
1 answer

Node application not woriking with ngrok

I have node application that works fine on my localhost, but whenever I try to access it with NGROK from another devcie it shows only the home page but node app does not work, please help me solve this problem, any help is apreciated. best…
Youcam39
  • 102
  • 5
0
votes
1 answer

Start a program from a batch file and continue with next command

I am automating the process of starting IIS Express then starting ngrok and opening a web page automatically in order to browse a site. Unfortunately I am stuck at the final hurdle because once ngrok starts the final line of the batch file to open…
ProNotion
  • 3,662
  • 3
  • 21
  • 30
0
votes
1 answer

ngrok: do I need have a server in my computer to run it?

I downloaded ngrok and I put in my website folder (example: documents/website). I ran this command via command line: ./ngrok http 8888 ngrok by @inconshreveable (Ctrl+C to quit) Tunnel Status …
raduken
  • 2,091
  • 16
  • 67
  • 105
0
votes
0 answers

Json Endpoint not digested by other systems

My json end point works perfectly when request on browser , it display raw json . but when i use other systems such as zappier , it doesn't digest my json well . I'm using Ngrok to tunnel with my localhost , and here what i get on ngrok…
Genjuro
  • 7,405
  • 7
  • 41
  • 61
0
votes
1 answer

Ngrok not servicing http requests

I've been using ngrok for a while now and today I've fired it up but it doesn't appear to be taking requests... I've confirmed this by looking at the web interface at localhost:4040, which shows no incoming requests. At the moment I'm just seeing…
TheRealJimShady
  • 3,815
  • 4
  • 21
  • 40
0
votes
1 answer

Fatal Error running Ngrok on Raspberry pi

I have installed ngrok using: wget https://dl.ngrok.com/ngrok_2.0.15_linux_arm.zip unzip https://dl.ngrok.com/ngrok_2.0.15_linux_arm.zip And run it with ./ngrok 80 but this returns errors: pi@raspberrypi ~ $ ./ngrok runtime: g1: leftover defer…
Ben Carr
  • 1
  • 1
0
votes
2 answers

Stripe Cashier Webhooks

I'm looking for clarification of the use of the Webhooks Controller in Stripe Cashier as described in the Laravel Docs as I can't confirm that my application is receiving the webhook…
user3691644
  • 477
  • 3
  • 7
  • 18