subhh / libconnect

Diese TYPO3-Extension ist von Avonis im Auftrag der Staats- und Universitaetsbibliothek Hamburg entwickelt worden. Mit ihr lassen sich Ergebnisse aus den Informationssystemen EZB und DBIS der Universitaet Regensburg direkt in das TYPO3-System einbinden.
GNU General Public License v2.0
8 stars 8 forks source link

Improvement: Replace direct usage of curl with TYPO3 HTTP client #8

Closed christophlehmann closed 4 years ago

christophlehmann commented 5 years ago

I have seen curl is used directly.

Better ist to use Guzzle (https://docs.typo3.org/m/typo3/reference-coreapi/master/en-us/ApiOverview/Http/Index.html#http-request-library-guzzle-psr-7)

Using TYPO3 HTTP client makes sure to use the correct proxy settings and you don't need to care about it in the extension ;-)