My server has to use a proxy when reading feed.
Is it possible to configure the reader to use a proxy?
Or do I have to/can I use a workaround? E.g. load the content of the feed via another library, put it into a file and use the $reader->($localFilePath)?
My server has to use a proxy when reading feed.
Is it possible to configure the
readerto use a proxy?Or do I have to/can I use a workaround? E.g. load the content of the feed via another library, put it into a file and use the
$reader->($localFilePath)?