Good day, My drupal is behind a restrictive proxy so I had to install http://drupal.org/files/issues/proxy_11.patch.

My issue is, it seems this module simply ignores the proxy information. Any ideas are welcomed.

regards,

friendfeed.com/czarphanguye

Comments

robloach’s picture

The FriendFeed PHP library they give us uses cURL and not drupal_http_request, which is what your patch changes. Where did you find that patch? It would be a good thing to bring into core...

czarphanguye’s picture

@RobLoach, The patch was found at http://drupal.org/node/7881#comment-772876

After talking w/ a friend at the data-center I'm now running w/ curl outgoing access and this module is lovely. Thanks.