Active
Project:
FeedAPI ImageGrabber
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
17 Nov 2009 at 12:15 UTC
Updated:
18 Nov 2009 at 20:19 UTC
Any reason to use curl instead of drupal_http_request? (Users behind a proxy typically use a patched version of drupal_http_request which means that any modules using it work transparently.)
Comments
Comment #1
publicmind commenteddrupal_http_request is not a very powerful function if compared to curl. curl lets set the timeouts for various actions which drupal_http_request does not support in D6.
I will mark it as a feature request to give support for proxy. If you think any other method could work better, please do leave a comment.
Thanks,