project-open-data / csv-to-api

Proof of concept to dynamically generate RESTful APIs from static CSVs
http://labs.data.gov/csv-to-api/
325 stars 81 forks source link

Consider wrapping `file_get_contents` with cURL callback #4

Closed benbalter closed 11 years ago

benbalter commented 11 years ago

for greater security on systems where file_get_contents

waldoj commented 11 years ago

It's my experience that file_get_contents() is most often blocked from making requests via HTTP.