This data is also available via an HTTP web service that returns
text/plain.
When I try to use Import["http://thatservice"], Mathematica returns
"Disallowed Key Characters." and I'm unable to find any reference to what
that means via google.
If I 'wget' or 'curl' http://thatservice and then Import the saved file, the
notebook processes the data just fine.
The best I can figure Import w/ an http url probably wants real html and not
plain text.
Does anyone know of a way around this (other than the obvious of externally
copying said data and importing locally)?
Thanks,
-jbl
It looks like the appropriate response for the webserver would be to return
Path, Domain and Version on the next response but instead it [CodeIgnitor]
defaults to denying the request.
-jbl
What server/service was it?
-jbl
On Sun, Oct 19, 2008 at 5:40 AM, magma <made...@gmail.com> wrote:
> ...snip...
> What server/service was it?
>
>