A longstanding issue with N2T URLs is that they cannot be programmatically resolved in the browser using Javascript, because n2t.net does not set the Access-Control-Allow-Origin header (see CORS). It would be great if this could finally be addressed.
Unfortunately, the issue is more complex than just setting the header on n2t.net because n2t.net tends to be just the first server in a long redirect chain. The following servers also need to set Access-Control-Allow-Origin:
n2t.net:443
arks.org
ezid.cdlib.org
I’m not sure if or how I should file issues for the latter two.
A longstanding issue with N2T URLs is that they cannot be programmatically resolved in the browser using Javascript, because
n2t.netdoes not set theAccess-Control-Allow-Originheader (see CORS). It would be great if this could finally be addressed.Unfortunately, the issue is more complex than just setting the header on
n2t.netbecausen2t.nettends to be just the first server in a long redirect chain. The following servers also need to setAccess-Control-Allow-Origin:n2t.net:443arks.orgezid.cdlib.orgI’m not sure if or how I should file issues for the latter two.