HTTPretty
HTTPretty copied to clipboard
Can't connect to local servers
I'm trying to use HTTPretty
with my pyramid app running on localhost
.
The problem is when I try and use my app's urls I can't connect. Figured maybe HTTPretty
wasn't allowing outside connections but I'm able to ping a random website. The problem appears to be when connecting to a localhost
address. Is there a way around this?