Hi, I am trying to <fetch> certain URL that I know is supposed to redirect to another page, but even then I was expecting <fetch> will return the html of the final page... which is not happening.
this is the sample code:
<urlcp maxredirs 10>
<fetch $thisurl>
here is the actual URL:
http://everquest.allakhazam.com/cgi-bin ... 1&save=yes
<fetch> produces this error:
<!-- 100 [walkeverquest]:87: *No Location header given in redirect* from http://everquest.allakhazam.com/cgi-bin ... 1&save=yes -->
plus :
*Bad redirect*
as return of <urlinfo "errmsg">
Please help. Is there anything I can set before or after <fetch> to avoid this situation?
Thank You
this is the sample code:
<urlcp maxredirs 10>
<fetch $thisurl>
here is the actual URL:
http://everquest.allakhazam.com/cgi-bin ... 1&save=yes
<fetch> produces this error:
<!-- 100 [walkeverquest]:87: *No Location header given in redirect* from http://everquest.allakhazam.com/cgi-bin ... 1&save=yes -->
plus :
*Bad redirect*
as return of <urlinfo "errmsg">
Please help. Is there anything I can set before or after <fetch> to avoid this situation?
Thank You