<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial, helvetica, sans-serif;font-size:12pt"><DIV></DIV>
<DIV>Yes, I have encountered this a few times. Apparently, it's not the Drupal is wrong, but the the redirector is wrong - the URL is always suppoed to be absolute. I have always had to handle my own redirect loop to get around this. It would be nice if Drupal recognized this as common practice.<BR>&nbsp;</DIV>
<P><FONT face="bookman old style, new york, times, serif" color=#ff007f size=4><EM><STRONG>Nancy E. Wichmann, PMP</STRONG></EM></FONT></P>
<P>&nbsp;</P>
<P><FONT face="arial, helvetica, sans-serif">Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.</FONT></P>
<DIV><BR></DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: arial, helvetica, sans-serif"><BR><FONT face=Tahoma size=2>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">
<HR SIZE=1>
</DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"><B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B> nitin gupta</DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"></FONT>&nbsp;</DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">I recently came across this issue when drupal_http_request reported error (-1002 - missing schema) for the following URL:<BR><BR>http://feedproxy.google.com/~r/variety/news/film/~3/ksODaiUYe-U/VR1118022938<BR><BR>This URL redirects twice. For the first time, it returns the location: <BR>http://www.variety.com/article/VR1118022938?categoryid=3762&amp;cs=1&amp;nid=2564&amp;utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+variety%2Fnews%2Ffilm+%28Variety+-+Film+News%29 <BR><BR>with 302 code.<BR><BR>This URL when requested returns the Location: <BR>/article/VR1118022938.html?categoryid=3762&amp;cs=1&amp;nid=2564&amp;utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+variety%2Fnews%2Ffilm+%28Variety+-+Film+News%29 <BR><BR>with 302 code.<BR><BR>As the drupal_http_request requests the location, a missing schema error is reported. Whereas the
 browser, and the following test site: http://www.rexswain.com/cgi-bin/httpview.cgi, correctly returns the content of the page.<BR><BR>Is drupal_http_request missing some recommended functionality? <BR><BR>--<BR>Regards,<BR>Nitin Kumar Gupta<BR>http://publicmind.in/blog/<BR></DIV></DIV></div></body></html>