Closed urda closed 8 years ago
Reviewing after downtime:
Where I think the beacon frozen all day: https://beacon.nist.gov/rest/record/1450540260
The (now) available next record: https://beacon.nist.gov/rest/record/next/1450540260
Looks like xmlns
is here to stay. I reached out to NIST to check about the work done over the weekend as the downtime message is still displayed on their service pages.
Closed with 6cb4cc7be931c204d17de1ffd4d567e1aa29afd7
For reference, this was confirmed with the following:
$ curl https://beacon.nist.gov/rest/record/1378395540
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<record xmlns="http://beacon.nist.gov/record/0.1/">
<version>Version 1.0</version>
...
The NIST Beacon might be using
xmlns
(XML Namespaces) going forward. Previously a record request would look like:But today it looks like:
Which produces a diff of:
This change was discovered with issue #8 when
nistbeacon
broke down.nistbeacon
should be prepared for possible namespaces going forward.