Ngrok download via powershell

62 views Asked by At

how can I downlaod files from ngrok server via powershell using:

Invoke-WebRequest https://test.ngrok-free.app/test.txt -OutFile F:\test.txt;

I can download files manually by entering link in browser, but there is browser warning before I can access to site, and I think there is the problem.

0

There are 0 answers