Project

General

Profile

Bug #6890

Updated by ben leinfelder over 8 years ago

When viewing an http://orcid.org account on the profile page, there is an error looking up the account details. 
 <pre> 
 https://search.test.dataone.org/#profile/http://sandbox.orcid.org/0000-0003-2650-9537 
 </pre> 

 I can call the cn-sandbox-2 endpoint successfully (directly): 
 <pre> 
 https://cn-sandbox-2.test.dataone.org/cn/v2/accounts/http%3A%2F%2Fsandbox.orcid.org%2F0000-0003-2650-9537 
 </pre> 
 But going though the search.test.dataone.org proxy results in the error. 
 <pre> 
 https://search.test.dataone.org/cn/v2/accounts/http%3A%2F%2Fsandbox.orcid.org%2F0000-0003-2650-9537 
 </pre>

Back