Hallvard: > But the behaviour is consistent on my side: I get a 302 redirect to some URL > with a session ID in it, which will (probably set a cookie and then) > redirect me back. This works with a browser, but not with rebol...
Weird.....I got a 302 redirect one time I tried, but not any of the other times. It's possible the site is sniffing user agents, and redirecting ones it doesn't like to a different (simpler?) version of the site. So you could try playing round with: system/schemes/http/user-agent: "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)" see if different user agent strings make a difference. Another possibility to explain the randomness is that they are doing some sort of load balancing/redirecting based on IP address. If so, you could try coming at them via an anonymizing website. Either way, good luck! Sunanda. -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
