- From: David Janes <davidjanes@davidjanes.com>
- Date: Mon, 8 Jun 2015 15:53:05 -0400
- To: Nicholas Bollweg <nick.bollweg@gmail.com>
- Cc: Linked JSON <public-linked-json@w3.org>
- Message-ID: <CACp1KyP9Ox1v0iyB15rqUiGjWXz0aJxAmoxFfmpbP97rzKppdw@mail.gmail.com>
Thanks again - totally works now. I own iotdb.org so it's all good. D. On Mon, Jun 8, 2015 at 3:04 PM, Nicholas Bollweg <nick.bollweg@gmail.com> wrote: > I'd wager it's like it says on the tin: > > X-Frame-Options: SAMEORIGIN > > Our playground isn't served from iotdb.org, so it's a non-starter unless > you have some pull with those folks to get that opened up.... ha, just saw > the reply. > > For others that encounter this: > > My go-to solution for this kind of problem is to use a third-party service. > > This one uses a gist and rawgit: > http://json-ld.org/playground/#/gist/07846632dc639c814353 > > This one (ab)uses rdf-translator: > http://json-ld.org/playground/#/gist/373e063ead59891d9d17 > > On Mon, Jun 8, 2015 at 2:46 PM David Janes <davidjanes@davidjanes.com> > wrote: > >> When I'm using the JSON-LD Playground, this: >> >> "@context": "https://iotdb.org/pub/iot", >> >> Gives me the message >> >> Dereferencing a URL did not result in a valid JSON-LD object. Possible >> causes are an inaccessible URL perhaps due to a same-origin policy (ensure >> the server uses CORS if you are using client-side JavaScript), too many >> redirects, a non-JSON response, or more than one HTTP Link Header was >> provided for a remote context >> >> But it seems to be valid: >> >> >> $ curl 'https://iotdb.org/pub/iot' --header 'Accept: >> application/ld+json' --include >> >> HTTP/1.1 302 FOUND >> >> Date: Mon, 08 Jun 2015 18:43:41 GMT >> >> Server: Apache/2.2.25 (Unix) DAV/2 PHP/5.2.16 mod_ssl/2.2.25 >> OpenSSL/0.9.8e-fips-rhel5 mod_fastcgi/2.4.6 >> >> X-Frame-Options: SAMEORIGIN >> >> Location: https://iotdb.org/pub/iot.jsonld >> >> Transfer-Encoding: chunked >> >> Content-Type: text/html; charset=utf-8 >> >> >> And >> >> $ curl 'https://iotdb.org/pub/iot.jsonld' --include | head >> >> HTTP/1.1 200 OK >> >> Date: Mon, 08 Jun 2015 18:43:22 GMT >> >> Server: Apache/2.2.25 (Unix) DAV/2 PHP/5.2.16 mod_ssl/2.2.25 >> OpenSSL/0.9.8e-fips-rhel5 mod_fastcgi/2.4.6 >> >> Last-Modified: Tue, 10 Mar 2015 14:15:19 GMT >> >> ETag: "c1d8e3c-2824-510efc7cecbc0" >> >> Accept-Ranges: bytes >> >> Content-Length: 10276 >> >> Content-Type: application/ld+json >> >> >> Any thoughts? >> >
Received on Monday, 8 June 2015 19:53:54 UTC