libURL getting .RDF files
Dave Cragg
dcragg at lacscentre.co.uk
Tue Jul 2 11:16:01 EDT 2002
At 9:52 am -0400 2/7/02, thinkertoys wrote:
>I'm trying to get .RDF files using libURL w/ no luck.
>
>For example - I can view http://www.macnn.com/macnn.rdf from my browser,
>but the following script does not work:
>
>on mouseUp
> put "http://www.macnn.com/macnn.rdf" into aURL
> get URL aURL
> put it into fld R
>end mouseUp
>
>I believe it's probably a trivial thing, maybe just modifying the HTTP
>Header? I'm not sure - anyone?
It works here. Nothing special required.
Is field R correct? How about field "R"?
It might be useful to check the result:
get URL aURL
if the result is not empty then answer the result
put it into field "R"
Cheers
Dave Cragg
More information about the metacard
mailing list