Hello all! Consider this... Web Server A belongs to an intranet and hosts sites internally, ServerA can only access external web resources via proxy http://proxy:8080 .How does Server A access resources from Server B which is in theinternet using PHP? A typical scenario:Server A needs to display news, which resides on Server B as RSSfeeds. For this the PHP script hosted on Server A need to go via theproxy http://proxy:8088 then read the feed in Server B for it todisplay… how this can be achieved? Any clues please help!! Thanks,Vedanta