I'm doing the same thing but getting my info from weather.yahoo.com. I can send you the code if you like. Also, if you want to use your code grab curl and run it like this: curl -D head http://br.weather.com/weather/tenday/BRXX2888
You can then view the 'head' file to see what is in the http headers. At least that's how I trouble shoot these things... Greg B. On Thursday 04 March 2004 11:06 am, Carlos Lorenz wrote: > Hi list, > > I used to parse some info from weather channel home site > with a small script using REBOL. > > Last week the script just stopped working and while trying to investigate > the reasons to the situation I have discovered that the following command > > "read http://br.weather.com/weather/tenday/BRXX2888 " does not work > anymore as expected. > > 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 > > TIA > > Carlos Lorenz -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.
