Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. curl -x localhost:8888 http://www.google.com
  2.  
  3. http://<identifier>.ngrok.io -> localhost:8888
  4.  
  5. curl -x <identifier>.ngrok.io:80 http://www.google.com
  6. # => curl: (56) Received HTTP code 404 from proxy after CONNECT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement