Ngork
Installation:
Download and install Ngrok from the official website or use a package manager:
winget install Ngrok.Ngrok
Setup:
Sign Up and Login:
Create an account on Ngrok.
Copy your auth token from the dashboard.
Authenticate Ngrok:
ngrok config add-authtoken <your_auth_token>
Start the Tunnel:
ngrok http 3001
You’ll get a URL like:
https://randomstring.ngrok.io
Use this URL in your MDT configuration for quick and secure WebSocket testing.
Last updated