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
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
Comment #1
robloachThe 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...
Comment #2
czarphanguye commented@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.