W3C home > Mailing lists > Public > public-poe-archives@w3.org > January 2018

[poe] Issue: Use HTTPS for examples? marked as Editorial

From: Ivan Herman via GitHub <sysbot+gh@w3.org>
Date: Mon, 29 Jan 2018 10:34:13 +0000
To: public-poe-archives@w3.org
Message-ID: <issues.labeled-292351997-None-sysbot+gh@w3.org>
iherman has just labeled an issue for https://github.com/w3c/poe as "Editorial":

== Use HTTPS for examples? ==
I appreciate that this isn't the most pressing issue...

Is there a reason why the `@context` and other URls are all http? 

In https://w3c.github.io/poe/model/
> EXAMPLE 1

```
{
    "@context": "http://www.w3.org/ns/odrl.jsonld",
    "@type": "Set",
    "uid": "http://example.com/policy:1010",
    "permission": [{
        "target": "http://example.com/asset:9898.movie",
        "action": "use"
    }]
}
````

I would have thought that the context should be http**s**.  I understand that it redirects to the secure version - so why not use that by default?

See https://github.com/w3c/poe/issues/290
Received on Monday, 29 January 2018 10:34:16 UTC

This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 16:47:04 UTC