mmisw / orr-ont

ORR Backend system
Apache License 2.0
8 stars 5 forks source link

https == http for purposes of IRI identification #31

Closed carueda closed 8 years ago

carueda commented 8 years ago

See initial discussion at https://github.com/mmisw/mmiorr/issues/292

orr-ont will handle https and http requests as interchangeable.

@graybeal FYI

carueda commented 8 years ago

Note: The https==http handling only performed in self-resolution, which is where it most makes sense to facilitate the resolution.

(Access via the API (GET /api/v?/ont?uri=...) continues to be exactly by the given URI.)