Feature #6996
closedUse NSF API to create Grant Number autocomplete menu in Arctic registry
0%
Updated by Lauren Walker over 8 years ago
- Target version changed from 1.11.0 to 1.11.1
Updated by Lauren Walker over 8 years ago
It looks like MetacatUI will not be able to access the NSF award REST API since they only have it available over HTTP. Since our registry is always loaded over HTTPS, browsers will block the request.
Updated by Lauren Walker over 8 years ago
- Status changed from New to Resolved
This makes use of the ProxyPass Apache settings in order to work.
Updated by Lauren Walker over 8 years ago
I emailed NSF about enabling HTTPS for their Award API. This is their response:
Hello Lauren Walker,
Awards API access over HTTPS is not planned in the short term but that it will be brought to NSF for their consideration.
Thank you,
Nicole Haggins
Fastlane Helpdesk
1-800-673-6188
Updated by Matt Jones over 8 years ago
We should seriously consider proxying this service anyways. Daily updates would be more than adequate, so if we run a server-side service that asks for the NSF data daily, then would be available in digested form from our local addresses over https, we should be all set.
Updated by Lauren Walker over 8 years ago
I set up a proxy on dev.nceas.ucsb.edu to access the Awards API and it is working well. I will set it up on arcticdata.io too when I upgrade MetacatUI there.