I have a simple node proxy that I added proximo to use the whitelist for the API. This used to work, but following the instructions, I now get this in my magazines:
2014-08-19T16:23:21.376311+00:00 heroku[router]: at=error code=H12 desc="Request timeout" method=GET path="/?url=http://www.google.com" host=warm-cliffs-7633.herokuapp.com request_id=ecf77eea-a027-4115-86ff-5acf527c7333 fwd="82.24.137.140" dyno=web.1 connect=1ms service=30001ms status=503 bytes=623
If I try to access the page, I get an error, but the page works fine if the URL is not requested from the proxy server.
The documentation is not very large, and I'm not sure if this is correct in my Procfile:
web: bin/proximo node proxy.js
source share