Skip to content

JSONLD context doesn't have https variant #2853

@VladimirAlexiev

Description

@VladimirAlexiev

https://schema.org/docs/developers.html offers http and https variants of the ontology (though in #2852 I question whether that's a great idea):

However, requesting just the JSONLD context (see #2851) doesn't make that distinction.
Both of these

curl -I -L -Haccept:application/ld+json http://schema.org/
curl -I -L -Haccept:application/ld+json https://schema.org/

return the same link:

link: </docs/jsonldcontext.jsonld>; rel="alternate"; type="application/ld+json"

No matter whether you access it by http or https

It returns the same file, which defines ontology terms as http:

        "schema": "http://schema.org/",

Metadata

Metadata

Assignees

No one assigned

    Labels

    no-issue-activityDiscuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!).

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions