Best way to fetch remote RSS through authenticated proxy and parse it
Posted
by grajea
on Stack Overflow
See other posts from Stack Overflow
or by grajea
Published on 2010-03-31T16:39:29Z
Indexed on
2010/03/31
17:03 UTC
Read the original article
Hit count: 465
I'm trying to get a remote RSS through proxy and parse it.
I'm using magpierss, but it doesn't allow reaching internet through a proxy (or I don't know how to do it).
I assume the option is to, first, fetch the rss with curl functions, that allows proxy authenticating, but ....
are there any class to do this in a easy way, or ... does magpie support using proxy, and how?
Thanks in advance.
© Stack Overflow or respective owner