ncbo / bioportal_web_ui

A Rails application for biological ontologies
http://bioportal.bioontology.org/
Other
21 stars 2 forks source link

use secondary api_key for constructing download links #154

Open alexskr opened 4 years ago

alexskr commented 4 years ago

Bioportal UI uses its own api key in constructing download links for unauthenticated users. This is problematic because BioPortal UI API key is not throttled which could cause problems for backend when bots hit those download links.

I propose to add a secondary api key for constructing download links.

alexskr commented 3 years ago

relates to https://github.com/ncbo/bioportal_web_ui/issues/112