Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Problem reading url

From: raimunddold:web at: 18-Apr-2004 16:01

Hi, I try to read an URL which contains an ^. But this always fails:
>> URL: to-url {http://de.finance.yahoo.com/d/quotes/
csv?s=^GDAXI&f=sl1t1d1c1pohgv} == http://de.finance.yahoo.com/d/quotes/csv?s=%07DAXI&f=sl1t1d1c1pohgv
>> read URL
** User Error: URL error: http://de.finance.yahoo.com/d/quotes/ csv?s=DAXI&f=sl1t1d1c1pohgv ** Near: read URL
>>
Omitting the "^" works but is obviously not the correct URL. Is this a bug or a feature? Raimund