You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally, we would access screenshots etc, directly via Wayback. This means using the current screenshot:http://example.org/ URL format. PyWB can be monkeypatched to allow these extended URI schemes, but they the access system doesn't allow the call through (and it's not 100% clear what the ACL systems does with these compound schemes).
But, if that can be worked out, then we can make crawl-time screenshots and related material available from PyWB.
Alternatively, we could do this via ukwa-access-api, but as that refers to PyWB to determine the access rights, it hits the same problem.
The text was updated successfully, but these errors were encountered:
Gah, this is also affecting the video work, as urn:embeds prefixed URLs like urn:embeds:http://www.snp.org/blog/post/2012/feb/scottish-independence-good-england are not allowed through.
Where we need to strip off prefix schemes prior to canonicalization, but I'll need to get Ilya's sign off on whether I've missed something and it's not such a good idea.
Ideally, we would access screenshots etc, directly via Wayback. This means using the current
screenshot:http://example.org/
URL format. PyWB can be monkeypatched to allow these extended URI schemes, but they the access system doesn't allow the call through (and it's not 100% clear what the ACL systems does with these compound schemes).But, if that can be worked out, then we can make crawl-time screenshots and related material available from PyWB.
Alternatively, we could do this via
ukwa-access-api
, but as that refers to PyWB to determine the access rights, it hits the same problem.The text was updated successfully, but these errors were encountered: