Carlos: > Now It seems my script is beeing redirected to another page by the guys at > Weather.Com. > > My question is: is there a way to ask REBOL to present himself as a > webbrowser > to a certain host? I ask you this because the url above > (http://br.weather.com/weather/tenday/BRXX2888) still works with the browser
They may be sniffing you as being non-IE and deliberately victimising you. Try this: system/schemes/http/user-agent: "Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)" Sunanda. -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.
