samvera / questioning_authority

Question your authorities
Other
54 stars 30 forks source link

Changes LoC authorities to use https #321

Closed rotated8 closed 3 years ago

rotated8 commented 3 years ago

Fixes #320

LoC is now redirecting http requests to https, and QA is not following redirects, so applications would see HTTP 500 errors, because the response would not parse as JSON. This commit fixes that issue by changing all the LoC urls to use https.

elrayle commented 3 years ago

QA doesn't parse out the ID. For fetch, the ID is passed in...

http://localhost:3000/qa/show/loc/subjects/sh2008121753

where sh2008121753 is the id passed to QA for fetching data.