toccatore 0.4.9 → 0.4.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +52 -52
- data/lib/toccatore/base.rb +2 -2
- data/lib/toccatore/datacite_related.rb +10 -1
- data/lib/toccatore/version.rb +1 -1
- data/spec/base_spec.rb +4 -4
- data/spec/cli_spec.rb +31 -31
- data/spec/datacite_related_spec.rb +10 -10
- data/spec/fixtures/event_data_resp_1 +2 -2
- data/spec/fixtures/event_data_resp_2 +4 -4
- data/spec/fixtures/events_empty.json +3 -3
- data/spec/fixtures/usage_event.json +1 -1
- data/spec/fixtures/usage_event_fail.json +2 -2
- data/spec/fixtures/usage_events.json +15 -15
- data/spec/fixtures/vcr_cassettes/Toccatore_Base/get_doi_ra/crossref.yml +21 -45
- data/spec/fixtures/vcr_cassettes/Toccatore_Base/get_doi_ra/datacite.yml +23 -47
- data/spec/fixtures/vcr_cassettes/Toccatore_Base/send_notification_to_slack/datacite_related.yml +14 -12
- data/spec/fixtures/vcr_cassettes/Toccatore_Base/send_notification_to_slack/datacite_related_no_works.yml +15 -13
- data/spec/fixtures/vcr_cassettes/Toccatore_Base/send_notification_to_slack/orcid_update.yml +14 -12
- data/spec/fixtures/vcr_cassettes/Toccatore_Base/send_notification_to_slack/orcid_update_no_works.yml +15 -13
- data/spec/fixtures/vcr_cassettes/Toccatore_CLI/datacite_related/should_fail.yml +345 -852
- data/spec/fixtures/vcr_cassettes/Toccatore_CLI/datacite_related/should_query_by_DOI.yml +327 -409
- data/spec/fixtures/vcr_cassettes/Toccatore_CLI/datacite_related/should_query_by_related_identifier.yml +140 -117
- data/spec/fixtures/vcr_cassettes/Toccatore_CLI/datacite_related/should_succeed.yml +1267 -2068
- data/spec/fixtures/vcr_cassettes/Toccatore_CLI/datacite_related/should_succeed_with_no_works.yml +31 -25
- data/spec/fixtures/vcr_cassettes/Toccatore_CLI/orcid_update/should_fail.yml +47 -39
- data/spec/fixtures/vcr_cassettes/Toccatore_CLI/orcid_update/should_query_by_DOI.yml +673 -855
- data/spec/fixtures/vcr_cassettes/Toccatore_CLI/orcid_update/should_query_by_ORCID_ID.yml +1885 -2419
- data/spec/fixtures/vcr_cassettes/Toccatore_CLI/orcid_update/should_succeed.yml +1555 -1991
- data/spec/fixtures/vcr_cassettes/Toccatore_CLI/orcid_update/should_succeed_with_no_works.yml +31 -27
- data/spec/fixtures/vcr_cassettes/Toccatore_CLI/usage_update/no_reports_in_the_queue/should_succeed_with_no_works.yml +29 -29
- data/spec/fixtures/vcr_cassettes/Toccatore_DataciteRelated/get_data/should_allow_queries_by_DOI_of_the_Datacite_Metadata_Search_API.yml +16 -12
- data/spec/fixtures/vcr_cassettes/Toccatore_DataciteRelated/get_data/should_allow_queries_by_related_identifier_of_the_Datacite_Metadata_Search_API.yml +17 -13
- data/spec/fixtures/vcr_cassettes/Toccatore_DataciteRelated/get_data/should_report_if_there_are_no_works_returned_by_the_Datacite_Metadata_Search_API.yml +16 -12
- data/spec/fixtures/vcr_cassettes/Toccatore_DataciteRelated/get_data/should_report_if_there_are_works_returned_by_the_Datacite_Metadata_Search_API.yml +16 -14
- data/spec/fixtures/vcr_cassettes/Toccatore_DataciteRelated/get_total/with_no_works.yml +15 -11
- data/spec/fixtures/vcr_cassettes/Toccatore_DataciteRelated/get_total/with_works.yml +16 -12
- data/spec/fixtures/vcr_cassettes/Toccatore_DataciteRelated/parse_data/should_report_if_there_are_works_returned_by_the_Datacite_Metadata_Search_API.yml +437 -869
- data/spec/fixtures/vcr_cassettes/Toccatore_DataciteRelated/push_data/should_report_if_there_are_works_returned_by_the_Datacite_Metadata_Search_API.yml +1240 -1662
- data/spec/fixtures/vcr_cassettes/Toccatore_DataciteRelated/push_data/should_work_with_DataCite_Event_Data.yml +4026 -6556
- data/spec/fixtures/vcr_cassettes/Toccatore_OrcidUpdate/get_data/should_allow_queries_by_DOI_of_the_Datacite_Metadata_Search_API.yml +15 -13
- data/spec/fixtures/vcr_cassettes/Toccatore_OrcidUpdate/get_data/should_allow_queries_by_ORCID_ID_of_the_Datacite_Metadata_Search_API.yml +15 -11
- data/spec/fixtures/vcr_cassettes/Toccatore_OrcidUpdate/get_data/should_report_if_there_are_no_works_returned_by_the_Datacite_Metadata_Search_API.yml +15 -11
- data/spec/fixtures/vcr_cassettes/Toccatore_OrcidUpdate/get_data/should_report_if_there_are_works_returned_by_the_Datacite_Metadata_Search_API.yml +15 -13
- data/spec/fixtures/vcr_cassettes/Toccatore_OrcidUpdate/get_total/with_no_works.yml +15 -13
- data/spec/fixtures/vcr_cassettes/Toccatore_OrcidUpdate/get_total/with_works.yml +15 -13
- data/spec/fixtures/vcr_cassettes/Toccatore_OrcidUpdate/push_data/should_delete_claims.yml +25 -32
- data/spec/fixtures/vcr_cassettes/Toccatore_OrcidUpdate/push_data/should_report_if_there_are_works_returned_by_the_Datacite_Metadata_Search_API.yml +1347 -1791
- data/spec/fixtures/vcr_cassettes/Toccatore_OrcidUpdate/queue_jobs/should_report_if_there_are_no_works_returned_by_the_Datacite_Metadata_Search_API.yml +14 -10
- data/spec/fixtures/vcr_cassettes/Toccatore_OrcidUpdate/queue_jobs/should_report_if_there_are_works_returned_by_the_Datacite_Metadata_Search_API.yml +29 -25
- data/spec/fixtures/vcr_cassettes/Toccatore_UsageUpdate/get_data/when_there_are_messages/should_return_the_data_for_one_message.yml +50 -29
- data/spec/fixtures/vcr_cassettes/Toccatore_UsageUpdate/get_data/when_there_is_ONE_message/should_return_the_data_for_one_message.yml +50 -29
- data/spec/fixtures/vcr_cassettes/Toccatore_UsageUpdate/get_message/should_return_no_meessage_when_the_queue_is_empty.yml +17 -17
- data/spec/fixtures/vcr_cassettes/Toccatore_UsageUpdate/get_message/should_return_one_message_when_there_are_multiple_messages.yml +17 -17
- data/spec/fixtures/vcr_cassettes/Toccatore_UsageUpdate/get_total/when_is_working_with_AWS.yml +32 -32
- data/spec/fixtures/vcr_cassettes/Toccatore_UsageUpdate/push_data/should_fail_if_format_of_the_event_is_empty.yml +139 -22
- data/spec/fixtures/vcr_cassettes/Toccatore_UsageUpdate/push_data/should_fail_if_format_of_the_event_is_wrong.yml +534 -1025
- data/spec/fixtures/vcr_cassettes/Toccatore_UsageUpdate/push_data/should_work_with_a_single_item.yml +134 -254
- data/spec/fixtures/vcr_cassettes/Toccatore_UsageUpdate/queue_url/should_return_always_correct_queue_url.yml +8 -8
- data/spec/orcid_update_spec.rb +1 -1
- data/spec/{queque_spec.rb → queue_spec.rb} +0 -0
- data/spec/spec_helper.rb +1 -1
- data/spec/usage_update_spec.rb +32 -32
- data/toccatore.gemspec +6 -6
- metadata +31 -31
    
        data/spec/fixtures/vcr_cassettes/Toccatore_CLI/datacite_related/should_succeed_with_no_works.yml
    CHANGED
    
    | @@ -8,33 +8,37 @@ http_interactions: | |
| 8 8 | 
             
                  string: ''
         | 
| 9 9 | 
             
                headers:
         | 
| 10 10 | 
             
                  User-Agent:
         | 
| 11 | 
            -
                  - Maremma  | 
| 11 | 
            +
                  - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
         | 
| 12 12 | 
             
                  Accept:
         | 
| 13 13 | 
             
                  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
         | 
| 14 14 | 
             
              response:
         | 
| 15 15 | 
             
                status:
         | 
| 16 16 | 
             
                  code: 200
         | 
| 17 | 
            -
                  message:  | 
| 17 | 
            +
                  message: OK
         | 
| 18 18 | 
             
                headers:
         | 
| 19 | 
            -
                   | 
| 20 | 
            -
                  -  | 
| 21 | 
            -
                  Access-Control-Allow-Origin:
         | 
| 22 | 
            -
                  - "*"
         | 
| 19 | 
            +
                  Date:
         | 
| 20 | 
            +
                  - Fri, 10 Aug 2018 16:24:42 GMT
         | 
| 23 21 | 
             
                  Content-Type:
         | 
| 24 22 | 
             
                  - application/json;charset=UTF-8
         | 
| 25 | 
            -
                  Date:
         | 
| 26 | 
            -
                  - Wed, 29 Mar 2017 13:24:31 GMT
         | 
| 27 | 
            -
                  Server:
         | 
| 28 | 
            -
                  - openresty/1.11.2.2
         | 
| 29 23 | 
             
                  Connection:
         | 
| 30 24 | 
             
                  - keep-alive
         | 
| 25 | 
            +
                  Server:
         | 
| 26 | 
            +
                  - nginx/1.10.3 (Ubuntu)
         | 
| 27 | 
            +
                  Access-Control-Allow-Origin:
         | 
| 28 | 
            +
                  - "*"
         | 
| 29 | 
            +
                  Access-Control-Allow-Methods:
         | 
| 30 | 
            +
                  - GET, POST, PUT, DELETE, OPTIONS
         | 
| 31 | 
            +
                  Access-Control-Allow-Headers:
         | 
| 32 | 
            +
                  - DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,Authorization
         | 
| 33 | 
            +
                  Access-Control-Expose-Headers:
         | 
| 34 | 
            +
                  - DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,Authorization
         | 
| 31 35 | 
             
                body:
         | 
| 32 | 
            -
                  encoding:  | 
| 33 | 
            -
                  string: '{"responseHeader":{"status":0,"QTime": | 
| 36 | 
            +
                  encoding: ASCII-8BIT
         | 
| 37 | 
            +
                  string: '{"responseHeader":{"status":0,"QTime":1},"response":{"numFound":0,"start":0,"docs":[]}}
         | 
| 34 38 |  | 
| 35 39 | 
             
            '
         | 
| 36 40 | 
             
                http_version: 
         | 
| 37 | 
            -
              recorded_at:  | 
| 41 | 
            +
              recorded_at: Fri, 10 Aug 2018 16:24:42 GMT
         | 
| 38 42 | 
             
            - request:
         | 
| 39 43 | 
             
                method: post
         | 
| 40 44 | 
             
                uri: "<SLACK_WEBHOOK_URL>"
         | 
| @@ -61,31 +65,33 @@ http_interactions: | |
| 61 65 | 
             
                  - '22'
         | 
| 62 66 | 
             
                  Connection:
         | 
| 63 67 | 
             
                  - keep-alive
         | 
| 64 | 
            -
                  Access-Control-Allow-Origin:
         | 
| 65 | 
            -
                  - "*"
         | 
| 66 68 | 
             
                  Date:
         | 
| 67 | 
            -
                  -  | 
| 68 | 
            -
                  Referrer-Policy:
         | 
| 69 | 
            -
                  - no-referrer
         | 
| 69 | 
            +
                  - Fri, 10 Aug 2018 16:24:42 GMT
         | 
| 70 70 | 
             
                  Server:
         | 
| 71 71 | 
             
                  - Apache
         | 
| 72 | 
            +
                  X-Slack-Backend:
         | 
| 73 | 
            +
                  - h
         | 
| 74 | 
            +
                  Referrer-Policy:
         | 
| 75 | 
            +
                  - no-referrer
         | 
| 72 76 | 
             
                  Strict-Transport-Security:
         | 
| 73 77 | 
             
                  - max-age=31536000; includeSubDomains; preload
         | 
| 74 | 
            -
                  Vary:
         | 
| 75 | 
            -
                  - Accept-Encoding
         | 
| 76 78 | 
             
                  X-Frame-Options:
         | 
| 77 79 | 
             
                  - SAMEORIGIN
         | 
| 78 | 
            -
                   | 
| 79 | 
            -
                  -  | 
| 80 | 
            +
                  Vary:
         | 
| 81 | 
            +
                  - Accept-Encoding
         | 
| 82 | 
            +
                  Access-Control-Allow-Origin:
         | 
| 83 | 
            +
                  - "*"
         | 
| 84 | 
            +
                  X-Via:
         | 
| 85 | 
            +
                  - haproxy-www-1dak
         | 
| 80 86 | 
             
                  X-Cache:
         | 
| 81 87 | 
             
                  - Miss from cloudfront
         | 
| 82 88 | 
             
                  Via:
         | 
| 83 | 
            -
                  - 1.1  | 
| 89 | 
            +
                  - 1.1 63c6fe97aba90610d2a46b7713c49586.cloudfront.net (CloudFront)
         | 
| 84 90 | 
             
                  X-Amz-Cf-Id:
         | 
| 85 | 
            -
                  -  | 
| 91 | 
            +
                  - D-IsWwaceyZuBXQfVNQVt17s8nXlLdcis0oEa9CSHwJs6T-sA-8bmA==
         | 
| 86 92 | 
             
                body:
         | 
| 87 93 | 
             
                  encoding: ASCII-8BIT
         | 
| 88 94 | 
             
                  string: ok
         | 
| 89 95 | 
             
                http_version: 
         | 
| 90 | 
            -
              recorded_at:  | 
| 96 | 
            +
              recorded_at: Fri, 10 Aug 2018 16:24:43 GMT
         | 
| 91 97 | 
             
            recorded_with: VCR 3.0.3
         | 
| @@ -8,35 +8,37 @@ http_interactions: | |
| 8 8 | 
             
                  string: ''
         | 
| 9 9 | 
             
                headers:
         | 
| 10 10 | 
             
                  User-Agent:
         | 
| 11 | 
            -
                  - Maremma  | 
| 11 | 
            +
                  - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
         | 
| 12 12 | 
             
                  Accept:
         | 
| 13 13 | 
             
                  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
         | 
| 14 14 | 
             
              response:
         | 
| 15 15 | 
             
                status:
         | 
| 16 16 | 
             
                  code: 200
         | 
| 17 | 
            -
                  message:  | 
| 17 | 
            +
                  message: OK
         | 
| 18 18 | 
             
                headers:
         | 
| 19 | 
            -
                   | 
| 20 | 
            -
                  -  | 
| 21 | 
            -
                  Access-Control-Allow-Origin:
         | 
| 22 | 
            -
                  - "*"
         | 
| 19 | 
            +
                  Date:
         | 
| 20 | 
            +
                  - Fri, 10 Aug 2018 16:24:01 GMT
         | 
| 23 21 | 
             
                  Content-Type:
         | 
| 24 22 | 
             
                  - application/json;charset=UTF-8
         | 
| 25 | 
            -
                  Date:
         | 
| 26 | 
            -
                  - Tue, 04 Jul 2017 17:52:11 GMT
         | 
| 27 | 
            -
                  Server:
         | 
| 28 | 
            -
                  - openresty/1.11.2.2
         | 
| 29 | 
            -
                  Content-Length:
         | 
| 30 | 
            -
                  - '89'
         | 
| 31 23 | 
             
                  Connection:
         | 
| 32 24 | 
             
                  - keep-alive
         | 
| 25 | 
            +
                  Server:
         | 
| 26 | 
            +
                  - nginx/1.10.3 (Ubuntu)
         | 
| 27 | 
            +
                  Access-Control-Allow-Origin:
         | 
| 28 | 
            +
                  - "*"
         | 
| 29 | 
            +
                  Access-Control-Allow-Methods:
         | 
| 30 | 
            +
                  - GET, POST, PUT, DELETE, OPTIONS
         | 
| 31 | 
            +
                  Access-Control-Allow-Headers:
         | 
| 32 | 
            +
                  - DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,Authorization
         | 
| 33 | 
            +
                  Access-Control-Expose-Headers:
         | 
| 34 | 
            +
                  - DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,Authorization
         | 
| 33 35 | 
             
                body:
         | 
| 34 | 
            -
                  encoding:  | 
| 36 | 
            +
                  encoding: ASCII-8BIT
         | 
| 35 37 | 
             
                  string: '{"responseHeader":{"status":0,"QTime":0},"response":{"numFound":55,"start":0,"docs":[]}}
         | 
| 36 38 |  | 
| 37 39 | 
             
            '
         | 
| 38 40 | 
             
                http_version: 
         | 
| 39 | 
            -
              recorded_at:  | 
| 41 | 
            +
              recorded_at: Fri, 10 Aug 2018 16:24:01 GMT
         | 
| 40 42 | 
             
            - request:
         | 
| 41 43 | 
             
                method: get
         | 
| 42 44 | 
             
                uri: https://search.datacite.org/api?fl=doi,resourceTypeGeneral,relatedIdentifier,nameIdentifier,minted,updated&fq=updated:%5B2015-04-07T00:00:00Z%20TO%202015-04-08T23:59:59Z%5D%20AND%20has_metadata:true%20AND%20is_active:true&q=nameIdentifier:ORCID%5C:*&rows=1000&start=0&wt=json
         | 
| @@ -45,33 +47,37 @@ http_interactions: | |
| 45 47 | 
             
                  string: ''
         | 
| 46 48 | 
             
                headers:
         | 
| 47 49 | 
             
                  User-Agent:
         | 
| 48 | 
            -
                  - Maremma  | 
| 50 | 
            +
                  - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
         | 
| 49 51 | 
             
                  Accept:
         | 
| 50 52 | 
             
                  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
         | 
| 51 53 | 
             
              response:
         | 
| 52 54 | 
             
                status:
         | 
| 53 55 | 
             
                  code: 200
         | 
| 54 | 
            -
                  message:  | 
| 56 | 
            +
                  message: OK
         | 
| 55 57 | 
             
                headers:
         | 
| 56 | 
            -
                   | 
| 57 | 
            -
                  -  | 
| 58 | 
            -
                  Access-Control-Allow-Origin:
         | 
| 59 | 
            -
                  - "*"
         | 
| 58 | 
            +
                  Date:
         | 
| 59 | 
            +
                  - Fri, 10 Aug 2018 16:24:01 GMT
         | 
| 60 60 | 
             
                  Content-Type:
         | 
| 61 61 | 
             
                  - application/json;charset=UTF-8
         | 
| 62 | 
            -
                  Date:
         | 
| 63 | 
            -
                  - Tue, 04 Jul 2017 17:52:11 GMT
         | 
| 64 | 
            -
                  Server:
         | 
| 65 | 
            -
                  - openresty/1.11.2.2
         | 
| 66 62 | 
             
                  Connection:
         | 
| 67 63 | 
             
                  - keep-alive
         | 
| 64 | 
            +
                  Server:
         | 
| 65 | 
            +
                  - nginx/1.10.3 (Ubuntu)
         | 
| 66 | 
            +
                  Access-Control-Allow-Origin:
         | 
| 67 | 
            +
                  - "*"
         | 
| 68 | 
            +
                  Access-Control-Allow-Methods:
         | 
| 69 | 
            +
                  - GET, POST, PUT, DELETE, OPTIONS
         | 
| 70 | 
            +
                  Access-Control-Allow-Headers:
         | 
| 71 | 
            +
                  - DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,Authorization
         | 
| 72 | 
            +
                  Access-Control-Expose-Headers:
         | 
| 73 | 
            +
                  - DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,Authorization
         | 
| 68 74 | 
             
                body:
         | 
| 69 | 
            -
                  encoding:  | 
| 70 | 
            -
                  string: '{"responseHeader":{"status":0,"QTime":0},"response":{"numFound":55,"start":0,"docs":[{"minted":"2015-04-08T08:54:57Z","updated":"2015-04-08T08:54:57Z","doi":"10.5284/1030449","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0003-3938-899X","ORCID:0000-0002-2725-6730"]},{"minted":"2013-05-28T23:17:58Z","updated":"2015-04-07T11:44:34Z","doi":"10.6084/M9.FIGSHARE.707350","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-9964-6984"]},{"minted":"2013-05-28T23:19:24Z","updated":"2015-04-07T11:44:34Z","doi":"10.6084/M9.FIGSHARE.707351","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-9964-6984"]},{"minted":"2013-07-01T02:46:44Z","updated":"2015-04-08T13:56:29Z","doi":"10.6084/M9.FIGSHARE.735810","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2013-07-01T02:48:05Z","updated":"2015-04-08T13:56:29Z","doi":"10.6084/M9.FIGSHARE.735811","resourceTypeGeneral":"Image","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2013-07-14T00:34:46Z","updated":"2015-04-08T13:56:30Z","doi":"10.6084/M9.FIGSHARE.745301","resourceTypeGeneral":"Image","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2013-07-14T19:57:14Z","updated":"2015-04-08T13:56:30Z","doi":"10.6084/M9.FIGSHARE.745313","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2013-07-17T15:43:04Z","updated":"2015-04-08T13:56:32Z","doi":"10.6084/M9.FIGSHARE.746960","resourceTypeGeneral":"Image","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2013-08-01T01:56:31Z","updated":"2015-04-08T13:56:32Z","doi":"10.6084/M9.FIGSHARE.760716","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2013-08-11T17:51:31Z","updated":"2015-04-08T13:56:35Z","doi":"10.6084/M9.FIGSHARE.769272","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2013-08-11T17:58:38Z","updated":"2015-04-08T13:56:32Z","doi":"10.6084/M9.FIGSHARE.769271","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2013-08-11T18:02:15Z","updated":"2015-04-08T13:56:32Z","doi":"10.6084/M9.FIGSHARE.769270","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2013-08-22T00:40:17Z","updated":"2015-04-08T13:56:35Z","doi":"10.6084/M9.FIGSHARE.778701","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2013-08-22T04:04:35Z","updated":"2015-04-08T13:56:35Z","doi":"10.6084/M9.FIGSHARE.779705","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2015-04-07T03:09:59Z","updated":"2015-04-07T03:09:59Z","doi":"10.6084/M9.FIGSHARE.1368269","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0002-4000-4167"]},{"minted":"2015-04-07T03:22:11Z","updated":"2015-04-07T03:22:11Z","doi":"10.6084/M9.FIGSHARE.1368484","resourceTypeGeneral":"Image","nameIdentifier":["ORCID:0000-0001-6176-2816"]},{"minted":"2015-04-07T04:17:39Z","updated":"2015-04-07T04:17:39Z","doi":"10.6084/M9.FIGSHARE.1368488","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0003-3796-827X"]},{"minted":"2015-04-07T10:04:56Z","updated":"2015-04-07T10:04:57Z","doi":"10.6084/M9.FIGSHARE.1368581","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0003-1073-887X"]},{"minted":"2015-04-07T13:40:59Z","updated":"2015-04-07T13:40:59Z","doi":"10.6084/M9.FIGSHARE.1368663","resourceTypeGeneral":"Collection","nameIdentifier":["ORCID:0000-0001-9873-8342"]},{"minted":"2015-04-07T15:36:38Z","updated":"2015-04-07T15:36:38Z","doi":"10.6084/M9.FIGSHARE.1368671","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0002-3437-4911"]},{"minted":"2015-04-07T17:49:57Z","updated":"2015-04-07T17:49:57Z","doi":"10.6084/M9.FIGSHARE.1368728","resourceTypeGeneral":"Image","nameIdentifier":["ORCID:0000-0001-9873-8342"]},{"minted":"2015-04-07T19:15:46Z","updated":"2015-04-07T19:15:46Z","doi":"10.6084/M9.FIGSHARE.1368744","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-7757-8001"]},{"minted":"2015-04-07T19:18:10Z","updated":"2015-04-07T19:18:10Z","doi":"10.6084/M9.FIGSHARE.1368745","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-7757-8001"]},{"minted":"2015-04-07T19:35:40Z","updated":"2015-04-07T19:35:40Z","doi":"10.6084/M9.FIGSHARE.1368746","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-7757-8001"]},{"minted":"2015-04-07T23:28:15Z","updated":"2015-04-07T23:28:15Z","doi":"10.6084/M9.FIGSHARE.1368761","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-6176-2816"]},{"minted":"2015-04-08T01:46:24Z","updated":"2015-04-08T01:46:24Z","doi":"10.6084/M9.FIGSHARE.1368774","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0002-0311-9774"]},{"minted":"2015-04-08T07:37:07Z","updated":"2015-04-08T07:37:07Z","doi":"10.6084/M9.FIGSHARE.1370882","resourceTypeGeneral":"Collection","nameIdentifier":["ORCID:0000-0001-6921-5307"]},{"minted":"2015-04-08T10:13:29Z","updated":"2015-04-08T10:13:29Z","doi":"10.6084/M9.FIGSHARE.1226424","resourceTypeGeneral":"Image","nameIdentifier":["ORCID:0000-0001-8478-7549"]},{"minted":"2015-04-08T14:05:30Z","updated":"2015-04-08T14:05:30Z","doi":"10.6084/M9.FIGSHARE.1371006","resourceTypeGeneral":"Image","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2015-04-08T14:12:36Z","updated":"2015-04-08T14:12:36Z","doi":"10.6084/M9.FIGSHARE.1371005","resourceTypeGeneral":"Image","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2015-04-08T17:22:40Z","updated":"2015-04-08T17:22:41Z","doi":"10.6084/M9.FIGSHARE.1371077","resourceTypeGeneral":"Collection","nameIdentifier":["ORCID:0000-0001-5921-2399"]},{"minted":"2015-04-08T17:35:30Z","updated":"2015-04-08T17:35:30Z","doi":"10.6084/M9.FIGSHARE.1371009","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-5921-2399"]},{"minted":"2015-04-08T17:35:30Z","updated":"2015-04-08T17:35:30Z","doi":"10.6084/M9.FIGSHARE.1371008","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-5921-2399"]},{"minted":"2015-04-08T17:35:30Z","updated":"2015-04-08T17:35:30Z","doi":"10.6084/M9.FIGSHARE.1371010","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-5921-2399"]},{"minted":"2015-04-08T17:35:31Z","updated":"2015-04-08T17:35:31Z","doi":"10.6084/M9.FIGSHARE.1371011","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-5921-2399"]},{"minted":"2015-04-08T17:35:33Z","updated":"2015-04-08T17:35:33Z","doi":"10.6084/M9.FIGSHARE.1371013","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-5921-2399"]},{"minted":"2015-04-08T17:35:33Z","updated":"2015-04-08T17:35:33Z","doi":"10.6084/M9.FIGSHARE.1371014","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-5921-2399"]},{"minted":"2015-04-08T17:35:34Z","updated":"2015-04-08T17:35:34Z","doi":"10.6084/M9.FIGSHARE.1371012","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-5921-2399"]},{"minted":"2015-04-08T17:35:34Z","updated":"2015-04-08T17:35:34Z","doi":"10.6084/M9.FIGSHARE.1371015","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-5921-2399"]},{"minted":"2015-04-08T17:35:36Z","updated":"2015-04-08T17:35:36Z","doi":"10.6084/M9.FIGSHARE.1371017","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-5921-2399"]},{"minted":"2015-04-08T17:35:38Z","updated":"2015-04-08T17:35:38Z","doi":"10.6084/M9.FIGSHARE.1371018","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-5921-2399"]},{"minted":"2015-04-08T17:35:37Z","updated":"2015-04-08T17:35:37Z","doi":"10.6084/M9.FIGSHARE.1371016","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-5921-2399"]},{"minted":"2015-04-08T17:35:37Z","updated":"2015-04-08T17:35:37Z","doi":"10.6084/M9.FIGSHARE.1371019","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-5921-2399"]},{"minted":"2015-04-08T20:30:18Z","updated":"2015-04-08T20:30:18Z","doi":"10.6084/M9.FIGSHARE.1371114","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-5882-6823"]},{"minted":"2015-04-08T20:32:25Z","updated":"2015-04-08T20:32:25Z","doi":"10.6084/M9.FIGSHARE.1337953","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-5882-6823"]},{"minted":"2015-04-08T23:41:41Z","updated":"2015-04-08T23:41:41Z","doi":"10.6084/M9.FIGSHARE.1371137","resourceTypeGeneral":"Image","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2015-04-08T23:48:49Z","updated":"2015-04-08T23:48:49Z","doi":"10.6084/M9.FIGSHARE.1371138","resourceTypeGeneral":"Image","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2015-04-08T23:55:26Z","updated":"2015-04-08T23:55:26Z","doi":"10.6084/M9.FIGSHARE.1371139","resourceTypeGeneral":"Image","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2014-04-16T00:45:06Z","updated":"2015-04-08T13:56:35Z","doi":"10.6084/M9.FIGSHARE.999239","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2014-04-28T12:44:11Z","updated":"2015-04-08T13:56:38Z","doi":"10.6084/M9.FIGSHARE.1008321","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2014-04-28T13:12:45Z","updated":"2015-04-08T13:56:37Z","doi":"10.6084/M9.FIGSHARE.1008320","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2014-05-02T23:51:05Z","updated":"2015-04-08T13:56:38Z","doi":"10.6084/M9.FIGSHARE.1014351","resourceTypeGeneral":"Image","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2014-05-02T23:51:54Z","updated":"2015-04-08T13:56:38Z","doi":"10.6084/M9.FIGSHARE.1014348","resourceTypeGeneral":"Image","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2014-05-03T00:43:42Z","updated":"2015-04-08T13:56:40Z","doi":"10.6084/M9.FIGSHARE.1014352","resourceTypeGeneral":"Image","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2014-06-02T01:33:35Z","updated":"2015-04-08T13:56:40Z","doi":"10.6084/M9.FIGSHARE.1041547","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0002-3546-1048"]}]}}
         | 
| 75 | 
            +
                  encoding: ASCII-8BIT
         | 
| 76 | 
            +
                  string: '{"responseHeader":{"status":0,"QTime":0},"response":{"numFound":55,"start":0,"docs":[{"minted":"2015-04-08T08:54:57Z","updated":"2015-04-08T08:54:57Z","doi":"10.5284/1030449","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0003-3938-899X","ORCID:0000-0002-2725-6730"]},{"minted":"2015-04-07T03:09:59Z","updated":"2015-04-07T03:09:59Z","doi":"10.6084/M9.FIGSHARE.1368269","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0002-4000-4167"]},{"minted":"2015-04-07T03:22:11Z","updated":"2015-04-07T03:22:11Z","doi":"10.6084/M9.FIGSHARE.1368484","resourceTypeGeneral":"Image","nameIdentifier":["ORCID:0000-0001-6176-2816"]},{"minted":"2015-04-07T04:17:39Z","updated":"2015-04-07T04:17:39Z","doi":"10.6084/M9.FIGSHARE.1368488","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0003-3796-827X"]},{"minted":"2015-04-07T10:04:56Z","updated":"2015-04-07T10:04:57Z","doi":"10.6084/M9.FIGSHARE.1368581","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0003-1073-887X"]},{"minted":"2015-04-07T13:40:59Z","updated":"2015-04-07T13:40:59Z","doi":"10.6084/M9.FIGSHARE.1368663","resourceTypeGeneral":"Collection","nameIdentifier":["ORCID:0000-0001-9873-8342"]},{"minted":"2015-04-07T15:36:38Z","updated":"2015-04-07T15:36:38Z","doi":"10.6084/M9.FIGSHARE.1368671","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0002-3437-4911"]},{"minted":"2015-04-07T17:49:57Z","updated":"2015-04-07T17:49:57Z","doi":"10.6084/M9.FIGSHARE.1368728","resourceTypeGeneral":"Image","nameIdentifier":["ORCID:0000-0001-9873-8342"]},{"minted":"2015-04-07T19:15:46Z","updated":"2015-04-07T19:15:46Z","doi":"10.6084/M9.FIGSHARE.1368744","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-7757-8001"]},{"minted":"2015-04-07T19:18:10Z","updated":"2015-04-07T19:18:10Z","doi":"10.6084/M9.FIGSHARE.1368745","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-7757-8001"]},{"minted":"2015-04-07T19:35:40Z","updated":"2015-04-07T19:35:40Z","doi":"10.6084/M9.FIGSHARE.1368746","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-7757-8001"]},{"minted":"2015-04-07T23:28:15Z","updated":"2015-04-07T23:28:15Z","doi":"10.6084/M9.FIGSHARE.1368761","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-6176-2816"]},{"minted":"2015-04-08T01:46:24Z","updated":"2015-04-08T01:46:24Z","doi":"10.6084/M9.FIGSHARE.1368774","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0002-0311-9774"]},{"minted":"2015-04-08T07:37:07Z","updated":"2015-04-08T07:37:07Z","doi":"10.6084/M9.FIGSHARE.1370882","resourceTypeGeneral":"Collection","nameIdentifier":["ORCID:0000-0001-6921-5307"]},{"minted":"2015-04-08T10:13:29Z","updated":"2015-04-08T10:13:29Z","doi":"10.6084/M9.FIGSHARE.1226424","resourceTypeGeneral":"Image","nameIdentifier":["ORCID:0000-0001-8478-7549"]},{"minted":"2015-04-08T14:05:30Z","updated":"2015-04-08T14:05:30Z","doi":"10.6084/M9.FIGSHARE.1371006","resourceTypeGeneral":"Image","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2015-04-08T14:12:36Z","updated":"2015-04-08T14:12:36Z","doi":"10.6084/M9.FIGSHARE.1371005","resourceTypeGeneral":"Image","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2015-04-08T17:22:40Z","updated":"2015-04-08T17:22:41Z","doi":"10.6084/M9.FIGSHARE.1371077","resourceTypeGeneral":"Collection","nameIdentifier":["ORCID:0000-0001-5921-2399"]},{"minted":"2015-04-08T17:35:30Z","updated":"2015-04-08T17:35:30Z","doi":"10.6084/M9.FIGSHARE.1371009","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-5921-2399"]},{"minted":"2015-04-08T17:35:30Z","updated":"2015-04-08T17:35:30Z","doi":"10.6084/M9.FIGSHARE.1371008","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-5921-2399"]},{"minted":"2015-04-08T17:35:30Z","updated":"2015-04-08T17:35:30Z","doi":"10.6084/M9.FIGSHARE.1371010","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-5921-2399"]},{"minted":"2015-04-08T17:35:31Z","updated":"2015-04-08T17:35:31Z","doi":"10.6084/M9.FIGSHARE.1371011","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-5921-2399"]},{"minted":"2015-04-08T17:35:33Z","updated":"2015-04-08T17:35:33Z","doi":"10.6084/M9.FIGSHARE.1371013","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-5921-2399"]},{"minted":"2015-04-08T17:35:33Z","updated":"2015-04-08T17:35:33Z","doi":"10.6084/M9.FIGSHARE.1371014","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-5921-2399"]},{"minted":"2015-04-08T17:35:34Z","updated":"2015-04-08T17:35:34Z","doi":"10.6084/M9.FIGSHARE.1371012","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-5921-2399"]},{"minted":"2015-04-08T17:35:34Z","updated":"2015-04-08T17:35:34Z","doi":"10.6084/M9.FIGSHARE.1371015","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-5921-2399"]},{"minted":"2015-04-08T17:35:36Z","updated":"2015-04-08T17:35:36Z","doi":"10.6084/M9.FIGSHARE.1371017","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-5921-2399"]},{"minted":"2015-04-08T17:35:38Z","updated":"2015-04-08T17:35:38Z","doi":"10.6084/M9.FIGSHARE.1371018","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-5921-2399"]},{"minted":"2015-04-08T17:35:37Z","updated":"2015-04-08T17:35:37Z","doi":"10.6084/M9.FIGSHARE.1371016","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-5921-2399"]},{"minted":"2015-04-08T17:35:37Z","updated":"2015-04-08T17:35:37Z","doi":"10.6084/M9.FIGSHARE.1371019","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-5921-2399"]},{"minted":"2015-04-08T20:30:18Z","updated":"2015-04-08T20:30:18Z","doi":"10.6084/M9.FIGSHARE.1371114","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-5882-6823"]},{"minted":"2015-04-08T20:32:25Z","updated":"2015-04-08T20:32:25Z","doi":"10.6084/M9.FIGSHARE.1337953","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-5882-6823"]},{"minted":"2015-04-08T23:41:41Z","updated":"2015-04-08T23:41:41Z","doi":"10.6084/M9.FIGSHARE.1371137","resourceTypeGeneral":"Image","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2015-04-08T23:48:49Z","updated":"2015-04-08T23:48:49Z","doi":"10.6084/M9.FIGSHARE.1371138","resourceTypeGeneral":"Image","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2015-04-08T23:55:26Z","updated":"2015-04-08T23:55:26Z","doi":"10.6084/M9.FIGSHARE.1371139","resourceTypeGeneral":"Image","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2014-04-16T00:45:06Z","updated":"2015-04-08T13:56:35Z","doi":"10.6084/M9.FIGSHARE.999239","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2014-04-28T12:44:11Z","updated":"2015-04-08T13:56:38Z","doi":"10.6084/M9.FIGSHARE.1008321","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2014-04-28T13:12:45Z","updated":"2015-04-08T13:56:37Z","doi":"10.6084/M9.FIGSHARE.1008320","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2013-05-28T23:17:58Z","updated":"2015-04-07T11:44:34Z","doi":"10.6084/M9.FIGSHARE.707350","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-9964-6984"]},{"minted":"2013-05-28T23:19:24Z","updated":"2015-04-07T11:44:34Z","doi":"10.6084/M9.FIGSHARE.707351","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-9964-6984"]},{"minted":"2013-07-01T02:46:44Z","updated":"2015-04-08T13:56:29Z","doi":"10.6084/M9.FIGSHARE.735810","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2013-07-01T02:48:05Z","updated":"2015-04-08T13:56:29Z","doi":"10.6084/M9.FIGSHARE.735811","resourceTypeGeneral":"Image","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2013-07-14T00:34:46Z","updated":"2015-04-08T13:56:30Z","doi":"10.6084/M9.FIGSHARE.745301","resourceTypeGeneral":"Image","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2013-07-14T19:57:14Z","updated":"2015-04-08T13:56:30Z","doi":"10.6084/M9.FIGSHARE.745313","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2013-07-17T15:43:04Z","updated":"2015-04-08T13:56:32Z","doi":"10.6084/M9.FIGSHARE.746960","resourceTypeGeneral":"Image","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2013-08-01T01:56:31Z","updated":"2015-04-08T13:56:32Z","doi":"10.6084/M9.FIGSHARE.760716","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2013-08-11T17:51:31Z","updated":"2015-04-08T13:56:35Z","doi":"10.6084/M9.FIGSHARE.769272","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2013-08-11T17:58:38Z","updated":"2015-04-08T13:56:32Z","doi":"10.6084/M9.FIGSHARE.769271","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2013-08-11T18:02:15Z","updated":"2015-04-08T13:56:32Z","doi":"10.6084/M9.FIGSHARE.769270","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2013-08-22T00:40:17Z","updated":"2015-04-08T13:56:35Z","doi":"10.6084/M9.FIGSHARE.778701","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2013-08-22T04:04:35Z","updated":"2015-04-08T13:56:35Z","doi":"10.6084/M9.FIGSHARE.779705","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2014-05-02T23:51:05Z","updated":"2015-04-08T13:56:38Z","doi":"10.6084/M9.FIGSHARE.1014351","resourceTypeGeneral":"Image","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2014-05-02T23:51:54Z","updated":"2015-04-08T13:56:38Z","doi":"10.6084/M9.FIGSHARE.1014348","resourceTypeGeneral":"Image","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2014-05-03T00:43:42Z","updated":"2015-04-08T13:56:40Z","doi":"10.6084/M9.FIGSHARE.1014352","resourceTypeGeneral":"Image","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2014-06-02T01:33:35Z","updated":"2015-04-08T13:56:40Z","doi":"10.6084/M9.FIGSHARE.1041547","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0002-3546-1048"]}]}}
         | 
| 71 77 |  | 
| 72 78 | 
             
            '
         | 
| 73 79 | 
             
                http_version: 
         | 
| 74 | 
            -
              recorded_at:  | 
| 80 | 
            +
              recorded_at: Fri, 10 Aug 2018 16:24:01 GMT
         | 
| 75 81 | 
             
            - request:
         | 
| 76 82 | 
             
                method: post
         | 
| 77 83 | 
             
                uri: "<SLACK_WEBHOOK_URL>"
         | 
| @@ -98,31 +104,33 @@ http_interactions: | |
| 98 104 | 
             
                  - '22'
         | 
| 99 105 | 
             
                  Connection:
         | 
| 100 106 | 
             
                  - keep-alive
         | 
| 101 | 
            -
                  Access-Control-Allow-Origin:
         | 
| 102 | 
            -
                  - "*"
         | 
| 103 107 | 
             
                  Date:
         | 
| 104 | 
            -
                  -  | 
| 105 | 
            -
                  Referrer-Policy:
         | 
| 106 | 
            -
                  - no-referrer
         | 
| 108 | 
            +
                  - Fri, 10 Aug 2018 16:24:01 GMT
         | 
| 107 109 | 
             
                  Server:
         | 
| 108 110 | 
             
                  - Apache
         | 
| 111 | 
            +
                  X-Slack-Backend:
         | 
| 112 | 
            +
                  - h
         | 
| 113 | 
            +
                  Referrer-Policy:
         | 
| 114 | 
            +
                  - no-referrer
         | 
| 109 115 | 
             
                  Strict-Transport-Security:
         | 
| 110 116 | 
             
                  - max-age=31536000; includeSubDomains; preload
         | 
| 111 | 
            -
                  Vary:
         | 
| 112 | 
            -
                  - Accept-Encoding
         | 
| 113 117 | 
             
                  X-Frame-Options:
         | 
| 114 118 | 
             
                  - SAMEORIGIN
         | 
| 115 | 
            -
                   | 
| 116 | 
            -
                  -  | 
| 119 | 
            +
                  Vary:
         | 
| 120 | 
            +
                  - Accept-Encoding
         | 
| 121 | 
            +
                  Access-Control-Allow-Origin:
         | 
| 122 | 
            +
                  - "*"
         | 
| 123 | 
            +
                  X-Via:
         | 
| 124 | 
            +
                  - haproxy-www-p5wu
         | 
| 117 125 | 
             
                  X-Cache:
         | 
| 118 126 | 
             
                  - Miss from cloudfront
         | 
| 119 127 | 
             
                  Via:
         | 
| 120 | 
            -
                  - 1.1  | 
| 128 | 
            +
                  - 1.1 a907498188cf5fbb13fb98b2dcde84cd.cloudfront.net (CloudFront)
         | 
| 121 129 | 
             
                  X-Amz-Cf-Id:
         | 
| 122 | 
            -
                  -  | 
| 130 | 
            +
                  - flTrgLnG93PZEnDVPqxT-OtsDwBtfqXHd08qYk7vwbFPIhjp9TU_Gg==
         | 
| 123 131 | 
             
                body:
         | 
| 124 132 | 
             
                  encoding: ASCII-8BIT
         | 
| 125 133 | 
             
                  string: ok
         | 
| 126 134 | 
             
                http_version: 
         | 
| 127 | 
            -
              recorded_at:  | 
| 135 | 
            +
              recorded_at: Fri, 10 Aug 2018 16:24:01 GMT
         | 
| 128 136 | 
             
            recorded_with: VCR 3.0.3
         | 
| @@ -8,33 +8,37 @@ http_interactions: | |
| 8 8 | 
             
                  string: ''
         | 
| 9 9 | 
             
                headers:
         | 
| 10 10 | 
             
                  User-Agent:
         | 
| 11 | 
            -
                  - Maremma  | 
| 11 | 
            +
                  - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
         | 
| 12 12 | 
             
                  Accept:
         | 
| 13 13 | 
             
                  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
         | 
| 14 14 | 
             
              response:
         | 
| 15 15 | 
             
                status:
         | 
| 16 16 | 
             
                  code: 200
         | 
| 17 | 
            -
                  message:  | 
| 17 | 
            +
                  message: OK
         | 
| 18 18 | 
             
                headers:
         | 
| 19 | 
            -
                   | 
| 20 | 
            -
                  -  | 
| 21 | 
            -
                  Access-Control-Allow-Origin:
         | 
| 22 | 
            -
                  - "*"
         | 
| 19 | 
            +
                  Date:
         | 
| 20 | 
            +
                  - Fri, 10 Aug 2018 16:23:42 GMT
         | 
| 23 21 | 
             
                  Content-Type:
         | 
| 24 22 | 
             
                  - application/json;charset=UTF-8
         | 
| 25 | 
            -
                  Date:
         | 
| 26 | 
            -
                  - Tue, 04 Jul 2017 17:51:44 GMT
         | 
| 27 | 
            -
                  Server:
         | 
| 28 | 
            -
                  - openresty/1.11.2.2
         | 
| 29 23 | 
             
                  Connection:
         | 
| 30 24 | 
             
                  - keep-alive
         | 
| 25 | 
            +
                  Server:
         | 
| 26 | 
            +
                  - nginx/1.10.3 (Ubuntu)
         | 
| 27 | 
            +
                  Access-Control-Allow-Origin:
         | 
| 28 | 
            +
                  - "*"
         | 
| 29 | 
            +
                  Access-Control-Allow-Methods:
         | 
| 30 | 
            +
                  - GET, POST, PUT, DELETE, OPTIONS
         | 
| 31 | 
            +
                  Access-Control-Allow-Headers:
         | 
| 32 | 
            +
                  - DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,Authorization
         | 
| 33 | 
            +
                  Access-Control-Expose-Headers:
         | 
| 34 | 
            +
                  - DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,Authorization
         | 
| 31 35 | 
             
                body:
         | 
| 32 | 
            -
                  encoding:  | 
| 33 | 
            -
                  string: '{"responseHeader":{"status":0,"QTime": | 
| 36 | 
            +
                  encoding: ASCII-8BIT
         | 
| 37 | 
            +
                  string: '{"responseHeader":{"status":0,"QTime":1544},"response":{"numFound":1,"start":0,"docs":[]}}
         | 
| 34 38 |  | 
| 35 39 | 
             
            '
         | 
| 36 40 | 
             
                http_version: 
         | 
| 37 | 
            -
              recorded_at:  | 
| 41 | 
            +
              recorded_at: Fri, 10 Aug 2018 16:23:42 GMT
         | 
| 38 42 | 
             
            - request:
         | 
| 39 43 | 
             
                method: get
         | 
| 40 44 | 
             
                uri: https://search.datacite.org/api?fl=doi,resourceTypeGeneral,relatedIdentifier,nameIdentifier,minted,updated&fq=updated:%5B2013-01-01T00:00:00Z%20TO%202017-12-31T23:59:59Z%5D%20AND%20has_metadata:true%20AND%20is_active:true&q=doi:10.5438/6423&rows=1000&start=0&wt=json
         | 
| @@ -43,33 +47,37 @@ http_interactions: | |
| 43 47 | 
             
                  string: ''
         | 
| 44 48 | 
             
                headers:
         | 
| 45 49 | 
             
                  User-Agent:
         | 
| 46 | 
            -
                  - Maremma  | 
| 50 | 
            +
                  - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
         | 
| 47 51 | 
             
                  Accept:
         | 
| 48 52 | 
             
                  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
         | 
| 49 53 | 
             
              response:
         | 
| 50 54 | 
             
                status:
         | 
| 51 55 | 
             
                  code: 200
         | 
| 52 | 
            -
                  message:  | 
| 56 | 
            +
                  message: OK
         | 
| 53 57 | 
             
                headers:
         | 
| 54 | 
            -
                   | 
| 55 | 
            -
                  -  | 
| 56 | 
            -
                  Access-Control-Allow-Origin:
         | 
| 57 | 
            -
                  - "*"
         | 
| 58 | 
            +
                  Date:
         | 
| 59 | 
            +
                  - Fri, 10 Aug 2018 16:23:42 GMT
         | 
| 58 60 | 
             
                  Content-Type:
         | 
| 59 61 | 
             
                  - application/json;charset=UTF-8
         | 
| 60 | 
            -
                  Date:
         | 
| 61 | 
            -
                  - Tue, 04 Jul 2017 17:51:45 GMT
         | 
| 62 | 
            -
                  Server:
         | 
| 63 | 
            -
                  - openresty/1.11.2.2
         | 
| 64 62 | 
             
                  Connection:
         | 
| 65 63 | 
             
                  - keep-alive
         | 
| 64 | 
            +
                  Server:
         | 
| 65 | 
            +
                  - nginx/1.10.3 (Ubuntu)
         | 
| 66 | 
            +
                  Access-Control-Allow-Origin:
         | 
| 67 | 
            +
                  - "*"
         | 
| 68 | 
            +
                  Access-Control-Allow-Methods:
         | 
| 69 | 
            +
                  - GET, POST, PUT, DELETE, OPTIONS
         | 
| 70 | 
            +
                  Access-Control-Allow-Headers:
         | 
| 71 | 
            +
                  - DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,Authorization
         | 
| 72 | 
            +
                  Access-Control-Expose-Headers:
         | 
| 73 | 
            +
                  - DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,Authorization
         | 
| 66 74 | 
             
                body:
         | 
| 67 | 
            -
                  encoding:  | 
| 68 | 
            -
                  string: '{"responseHeader":{"status":0,"QTime": | 
| 75 | 
            +
                  encoding: ASCII-8BIT
         | 
| 76 | 
            +
                  string: '{"responseHeader":{"status":0,"QTime":0},"response":{"numFound":1,"start":0,"docs":[{"minted":"2016-09-24T20:26:53Z","updated":"2017-02-06T14:24:31Z","doi":"10.5438/6423","relatedIdentifier":["HasPart:DOI:10.5281/ZENODO.30799","HasPart:DOI:10.5281/ZENODO.30800","HasPart:DOI:10.5281/ZENODO.31787","HasPart:DOI:10.5281/ZENODO.31932","HasPart:DOI:10.5281/ZENODO.31933","HasPart:DOI:10.5281/ZENODO.46761","HasPart:DOI:10.5281/ZENODO.48228","HasPart:DOI:10.5281/ZENODO.48705","HasPart:DOI:10.5281/ZENODO.58971","HasPart:DOI:10.5281/ZENODO.61176","HasPart:DOI:10.5281/zenodo.154592","HasPart:DOI:10.5281/zenodo.168043","HasPart:DOI:10.5281/zenodo.168181","HasPart:DOI:10.5281/zenodo.168184","HasPart:DOI:10.5281/zenodo.168187","HasPart:DOI:10.5281/zenodo.168188","HasPart:DOI:10.5281/zenodo.168190","HasPart:DOI:10.5281/zenodo.168202","HasPart:DOI:10.5281/zenodo.168213","HasPart:DOI:10.5281/zenodo.168214","HasPart:DOI:10.5438/BC11-CQW1","HasPart:DOI:10.5438/CJT2-T6DZ","HasPart:DOI:10.5438/W029-Y6W~","HasPart:DOI:10.5438/S8GF-0CK9","HasPart:DOI:10.6084/M9.FIGSHARE.4236428"],"resourceTypeGeneral":"Collection","nameIdentifier":["ORCID:0000-0001-5331-6592","ORCID:0000-0002-4259-9774","ORCID:0000-0002-8689-4935","ORCID:0000-0002-8099-7538","ORCID:0000-0002-9300-5278","ORCID:0000-0002-6137-2348","ORCID:0000-0003-2614-6676","ORCID:0000-0002-4695-7874","ORCID:0000-0003-0902-4386","ORCID:0000-0003-3096-6829","ORCID:0000-0003-3412-7192","ORCID:0000-0003-1419-2405","ORCID:0000-0003-3484-6875","ORCID:0000-0003-0183-6910","ORCID:0000-0001-5109-3700","ORCID:0000-0001-8771-7239","ORCID:0000-0001-6843-7960","ORCID:0000-0001-9623-2225","ORCID:0000-0002-1611-6935","ORCID:0000-0003-0762-2235","ORCID:0000-0002-9829-091X","ORCID:0000-0001-5952-7630","ORCID:0000-0001-5492-3212","ORCID:0000-0002-6133-2581"]}]}}
         | 
| 69 77 |  | 
| 70 78 | 
             
            '
         | 
| 71 79 | 
             
                http_version: 
         | 
| 72 | 
            -
              recorded_at:  | 
| 80 | 
            +
              recorded_at: Fri, 10 Aug 2018 16:23:42 GMT
         | 
| 73 81 | 
             
            - request:
         | 
| 74 82 | 
             
                method: post
         | 
| 75 83 | 
             
                uri: https://profiles.test.datacite.org/api/claims
         | 
| @@ -78,9 +86,9 @@ http_interactions: | |
| 78 86 | 
             
                  string: '{"claim":{"orcid":"0000-0001-5331-6592","doi":"10.5438/6423","source_id":"orcid_update","claim_action":"create"}}'
         | 
| 79 87 | 
             
                headers:
         | 
| 80 88 | 
             
                  User-Agent:
         | 
| 81 | 
            -
                  - Maremma  | 
| 89 | 
            +
                  - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
         | 
| 82 90 | 
             
                  Content-Type:
         | 
| 83 | 
            -
                  - application/json
         | 
| 91 | 
            +
                  - application/json;charset=UTF-8
         | 
| 84 92 | 
             
                  Accept:
         | 
| 85 93 | 
             
                  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
         | 
| 86 94 | 
             
                  Authorization:
         | 
| @@ -88,49 +96,41 @@ http_interactions: | |
| 88 96 | 
             
              response:
         | 
| 89 97 | 
             
                status:
         | 
| 90 98 | 
             
                  code: 202
         | 
| 91 | 
            -
                  message:  | 
| 99 | 
            +
                  message: Accepted
         | 
| 92 100 | 
             
                headers:
         | 
| 93 | 
            -
                   | 
| 94 | 
            -
                  -  | 
| 95 | 
            -
                  Access-Control-Allow-Methods:
         | 
| 96 | 
            -
                  - GET, POST, OPTIONS
         | 
| 97 | 
            -
                  Access-Control-Allow-Origin:
         | 
| 98 | 
            -
                  - "*"
         | 
| 99 | 
            -
                  Access-Control-Max-Age:
         | 
| 100 | 
            -
                  - '1728000'
         | 
| 101 | 
            -
                  Cache-Control:
         | 
| 102 | 
            -
                  - no-cache
         | 
| 101 | 
            +
                  Date:
         | 
| 102 | 
            +
                  - Fri, 10 Aug 2018 16:23:42 GMT
         | 
| 103 103 | 
             
                  Content-Type:
         | 
| 104 104 | 
             
                  - application/json; charset=utf-8
         | 
| 105 | 
            -
                   | 
| 106 | 
            -
                  -  | 
| 107 | 
            -
                  Server:
         | 
| 108 | 
            -
                  - openresty/1.11.2.2
         | 
| 105 | 
            +
                  Connection:
         | 
| 106 | 
            +
                  - keep-alive
         | 
| 109 107 | 
             
                  Status:
         | 
| 110 108 | 
             
                  - 202 Accepted
         | 
| 109 | 
            +
                  Cache-Control:
         | 
| 110 | 
            +
                  - no-cache
         | 
| 111 111 | 
             
                  Vary:
         | 
| 112 | 
            -
                  - Accept-Encoding
         | 
| 113 | 
            -
                  X- | 
| 114 | 
            -
                  -  | 
| 112 | 
            +
                  - Accept-Encoding, Origin
         | 
| 113 | 
            +
                  X-Xss-Protection:
         | 
| 114 | 
            +
                  - 1; mode=block
         | 
| 115 | 
            +
                  X-Credential-Username:
         | 
| 116 | 
            +
                  - 0000-0002-8599-0773
         | 
| 117 | 
            +
                  X-Request-Id:
         | 
| 118 | 
            +
                  - 32e740e3-a594-4733-88f0-c20b84eb578f
         | 
| 119 | 
            +
                  X-Runtime:
         | 
| 120 | 
            +
                  - '0.015624'
         | 
| 115 121 | 
             
                  X-Frame-Options:
         | 
| 116 122 | 
             
                  - SAMEORIGIN
         | 
| 123 | 
            +
                  X-Content-Type-Options:
         | 
| 124 | 
            +
                  - nosniff
         | 
| 117 125 | 
             
                  X-Powered-By:
         | 
| 118 | 
            -
                  - Phusion Passenger 5.1 | 
| 119 | 
            -
                   | 
| 120 | 
            -
                  -  | 
| 121 | 
            -
                  X-Runtime:
         | 
| 122 | 
            -
                  - '0.019724'
         | 
| 123 | 
            -
                  X-Xss-Protection:
         | 
| 124 | 
            -
                  - 1; mode=block
         | 
| 125 | 
            -
                  Content-Length:
         | 
| 126 | 
            -
                  - '223'
         | 
| 127 | 
            -
                  Connection:
         | 
| 128 | 
            -
                  - keep-alive
         | 
| 126 | 
            +
                  - Phusion Passenger 5.3.1
         | 
| 127 | 
            +
                  Server:
         | 
| 128 | 
            +
                  - nginx/1.14.0 + Phusion Passenger 5.3.1
         | 
| 129 129 | 
             
                body:
         | 
| 130 | 
            -
                  encoding:  | 
| 131 | 
            -
                  string: '{"data":{"id":" | 
| 130 | 
            +
                  encoding: ASCII-8BIT
         | 
| 131 | 
            +
                  string: '{"data":{"id":"38627a4c-111d-4239-9d49-714592f35973","type":"claims","attributes":{"orcid":"0000-0001-5331-6592","doi":"10.5438/6423","source-id":"orcid_update","state":"waiting","claim-action":"create","error-messages":null,"put-code":null,"claimed":null,"created":"2017-02-02T19:23:35Z","updated":"2018-08-10T16:23:42Z"}}}'
         | 
| 132 132 | 
             
                http_version: 
         | 
| 133 | 
            -
              recorded_at:  | 
| 133 | 
            +
              recorded_at: Fri, 10 Aug 2018 16:23:42 GMT
         | 
| 134 134 | 
             
            - request:
         | 
| 135 135 | 
             
                method: post
         | 
| 136 136 | 
             
                uri: https://profiles.test.datacite.org/api/claims
         | 
| @@ -139,9 +139,9 @@ http_interactions: | |
| 139 139 | 
             
                  string: '{"claim":{"orcid":"0000-0002-4259-9774","doi":"10.5438/6423","source_id":"orcid_update","claim_action":"create"}}'
         | 
| 140 140 | 
             
                headers:
         | 
| 141 141 | 
             
                  User-Agent:
         | 
| 142 | 
            -
                  - Maremma  | 
| 142 | 
            +
                  - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
         | 
| 143 143 | 
             
                  Content-Type:
         | 
| 144 | 
            -
                  - application/json
         | 
| 144 | 
            +
                  - application/json;charset=UTF-8
         | 
| 145 145 | 
             
                  Accept:
         | 
| 146 146 | 
             
                  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
         | 
| 147 147 | 
             
                  Authorization:
         | 
| @@ -149,49 +149,41 @@ http_interactions: | |
| 149 149 | 
             
              response:
         | 
| 150 150 | 
             
                status:
         | 
| 151 151 | 
             
                  code: 202
         | 
| 152 | 
            -
                  message:  | 
| 152 | 
            +
                  message: Accepted
         | 
| 153 153 | 
             
                headers:
         | 
| 154 | 
            -
                   | 
| 155 | 
            -
                  -  | 
| 156 | 
            -
                  Access-Control-Allow-Methods:
         | 
| 157 | 
            -
                  - GET, POST, OPTIONS
         | 
| 158 | 
            -
                  Access-Control-Allow-Origin:
         | 
| 159 | 
            -
                  - "*"
         | 
| 160 | 
            -
                  Access-Control-Max-Age:
         | 
| 161 | 
            -
                  - '1728000'
         | 
| 162 | 
            -
                  Cache-Control:
         | 
| 163 | 
            -
                  - no-cache
         | 
| 154 | 
            +
                  Date:
         | 
| 155 | 
            +
                  - Fri, 10 Aug 2018 16:23:43 GMT
         | 
| 164 156 | 
             
                  Content-Type:
         | 
| 165 157 | 
             
                  - application/json; charset=utf-8
         | 
| 166 | 
            -
                   | 
| 167 | 
            -
                  -  | 
| 168 | 
            -
                  Server:
         | 
| 169 | 
            -
                  - openresty/1.11.2.2
         | 
| 158 | 
            +
                  Connection:
         | 
| 159 | 
            +
                  - keep-alive
         | 
| 170 160 | 
             
                  Status:
         | 
| 171 161 | 
             
                  - 202 Accepted
         | 
| 162 | 
            +
                  Cache-Control:
         | 
| 163 | 
            +
                  - no-cache
         | 
| 172 164 | 
             
                  Vary:
         | 
| 173 | 
            -
                  - Accept-Encoding
         | 
| 174 | 
            -
                  X- | 
| 175 | 
            -
                  -  | 
| 165 | 
            +
                  - Accept-Encoding, Origin
         | 
| 166 | 
            +
                  X-Xss-Protection:
         | 
| 167 | 
            +
                  - 1; mode=block
         | 
| 168 | 
            +
                  X-Credential-Username:
         | 
| 169 | 
            +
                  - 0000-0002-8599-0773
         | 
| 170 | 
            +
                  X-Request-Id:
         | 
| 171 | 
            +
                  - 1ad135ce-169c-481f-99e2-50057a11fe30
         | 
| 172 | 
            +
                  X-Runtime:
         | 
| 173 | 
            +
                  - '0.007088'
         | 
| 176 174 | 
             
                  X-Frame-Options:
         | 
| 177 175 | 
             
                  - SAMEORIGIN
         | 
| 176 | 
            +
                  X-Content-Type-Options:
         | 
| 177 | 
            +
                  - nosniff
         | 
| 178 178 | 
             
                  X-Powered-By:
         | 
| 179 | 
            -
                  - Phusion Passenger 5.1 | 
| 180 | 
            -
                   | 
| 181 | 
            -
                  -  | 
| 182 | 
            -
                  X-Runtime:
         | 
| 183 | 
            -
                  - '0.012914'
         | 
| 184 | 
            -
                  X-Xss-Protection:
         | 
| 185 | 
            -
                  - 1; mode=block
         | 
| 186 | 
            -
                  Content-Length:
         | 
| 187 | 
            -
                  - '223'
         | 
| 188 | 
            -
                  Connection:
         | 
| 189 | 
            -
                  - keep-alive
         | 
| 179 | 
            +
                  - Phusion Passenger 5.3.1
         | 
| 180 | 
            +
                  Server:
         | 
| 181 | 
            +
                  - nginx/1.14.0 + Phusion Passenger 5.3.1
         | 
| 190 182 | 
             
                body:
         | 
| 191 | 
            -
                  encoding:  | 
| 192 | 
            -
                  string: '{"data":{"id":" | 
| 183 | 
            +
                  encoding: ASCII-8BIT
         | 
| 184 | 
            +
                  string: '{"data":{"id":"e06ebb40-5e08-489b-8197-6752e1615464","type":"claims","attributes":{"orcid":"0000-0002-4259-9774","doi":"10.5438/6423","source-id":"orcid_update","state":"done","claim-action":"create","error-messages":null,"put-code":30033168,"claimed":"2017-02-02T19:23:36Z","created":"2017-02-02T19:23:35Z","updated":"2017-02-02T19:23:36Z"}}}'
         | 
| 193 185 | 
             
                http_version: 
         | 
| 194 | 
            -
              recorded_at:  | 
| 186 | 
            +
              recorded_at: Fri, 10 Aug 2018 16:23:43 GMT
         | 
| 195 187 | 
             
            - request:
         | 
| 196 188 | 
             
                method: post
         | 
| 197 189 | 
             
                uri: https://profiles.test.datacite.org/api/claims
         | 
| @@ -200,9 +192,9 @@ http_interactions: | |
| 200 192 | 
             
                  string: '{"claim":{"orcid":"0000-0002-8689-4935","doi":"10.5438/6423","source_id":"orcid_update","claim_action":"create"}}'
         | 
| 201 193 | 
             
                headers:
         | 
| 202 194 | 
             
                  User-Agent:
         | 
| 203 | 
            -
                  - Maremma  | 
| 195 | 
            +
                  - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
         | 
| 204 196 | 
             
                  Content-Type:
         | 
| 205 | 
            -
                  - application/json
         | 
| 197 | 
            +
                  - application/json;charset=UTF-8
         | 
| 206 198 | 
             
                  Accept:
         | 
| 207 199 | 
             
                  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
         | 
| 208 200 | 
             
                  Authorization:
         | 
| @@ -210,49 +202,41 @@ http_interactions: | |
| 210 202 | 
             
              response:
         | 
| 211 203 | 
             
                status:
         | 
| 212 204 | 
             
                  code: 202
         | 
| 213 | 
            -
                  message:  | 
| 205 | 
            +
                  message: Accepted
         | 
| 214 206 | 
             
                headers:
         | 
| 215 | 
            -
                   | 
| 216 | 
            -
                  -  | 
| 217 | 
            -
                  Access-Control-Allow-Methods:
         | 
| 218 | 
            -
                  - GET, POST, OPTIONS
         | 
| 219 | 
            -
                  Access-Control-Allow-Origin:
         | 
| 220 | 
            -
                  - "*"
         | 
| 221 | 
            -
                  Access-Control-Max-Age:
         | 
| 222 | 
            -
                  - '1728000'
         | 
| 223 | 
            -
                  Cache-Control:
         | 
| 224 | 
            -
                  - no-cache
         | 
| 207 | 
            +
                  Date:
         | 
| 208 | 
            +
                  - Fri, 10 Aug 2018 16:23:43 GMT
         | 
| 225 209 | 
             
                  Content-Type:
         | 
| 226 210 | 
             
                  - application/json; charset=utf-8
         | 
| 227 | 
            -
                   | 
| 228 | 
            -
                  -  | 
| 229 | 
            -
                  Server:
         | 
| 230 | 
            -
                  - openresty/1.11.2.2
         | 
| 211 | 
            +
                  Connection:
         | 
| 212 | 
            +
                  - keep-alive
         | 
| 231 213 | 
             
                  Status:
         | 
| 232 214 | 
             
                  - 202 Accepted
         | 
| 215 | 
            +
                  Cache-Control:
         | 
| 216 | 
            +
                  - no-cache
         | 
| 233 217 | 
             
                  Vary:
         | 
| 234 | 
            -
                  - Accept-Encoding
         | 
| 235 | 
            -
                  X- | 
| 236 | 
            -
                  -  | 
| 218 | 
            +
                  - Accept-Encoding, Origin
         | 
| 219 | 
            +
                  X-Xss-Protection:
         | 
| 220 | 
            +
                  - 1; mode=block
         | 
| 221 | 
            +
                  X-Credential-Username:
         | 
| 222 | 
            +
                  - 0000-0002-8599-0773
         | 
| 223 | 
            +
                  X-Request-Id:
         | 
| 224 | 
            +
                  - 75e0344b-4bfc-4592-b11e-09d211bcc4c3
         | 
| 225 | 
            +
                  X-Runtime:
         | 
| 226 | 
            +
                  - '0.009004'
         | 
| 237 227 | 
             
                  X-Frame-Options:
         | 
| 238 228 | 
             
                  - SAMEORIGIN
         | 
| 229 | 
            +
                  X-Content-Type-Options:
         | 
| 230 | 
            +
                  - nosniff
         | 
| 239 231 | 
             
                  X-Powered-By:
         | 
| 240 | 
            -
                  - Phusion Passenger 5.1 | 
| 241 | 
            -
                   | 
| 242 | 
            -
                  -  | 
| 243 | 
            -
                  X-Runtime:
         | 
| 244 | 
            -
                  - '0.013361'
         | 
| 245 | 
            -
                  X-Xss-Protection:
         | 
| 246 | 
            -
                  - 1; mode=block
         | 
| 247 | 
            -
                  Content-Length:
         | 
| 248 | 
            -
                  - '223'
         | 
| 249 | 
            -
                  Connection:
         | 
| 250 | 
            -
                  - keep-alive
         | 
| 232 | 
            +
                  - Phusion Passenger 5.3.1
         | 
| 233 | 
            +
                  Server:
         | 
| 234 | 
            +
                  - nginx/1.14.0 + Phusion Passenger 5.3.1
         | 
| 251 235 | 
             
                body:
         | 
| 252 | 
            -
                  encoding:  | 
| 253 | 
            -
                  string: '{"data":{"id":" | 
| 236 | 
            +
                  encoding: ASCII-8BIT
         | 
| 237 | 
            +
                  string: '{"data":{"id":"7e9888cf-9b99-4567-9fb2-3297ddff965e","type":"claims","attributes":{"orcid":"0000-0002-8689-4935","doi":"10.5438/6423","source-id":"orcid_update","state":"done","claim-action":"create","error-messages":null,"put-code":30033169,"claimed":"2017-02-02T19:23:36Z","created":"2017-02-02T19:23:35Z","updated":"2017-02-02T19:23:36Z"}}}'
         | 
| 254 238 | 
             
                http_version: 
         | 
| 255 | 
            -
              recorded_at:  | 
| 239 | 
            +
              recorded_at: Fri, 10 Aug 2018 16:23:43 GMT
         | 
| 256 240 | 
             
            - request:
         | 
| 257 241 | 
             
                method: post
         | 
| 258 242 | 
             
                uri: https://profiles.test.datacite.org/api/claims
         | 
| @@ -261,9 +245,9 @@ http_interactions: | |
| 261 245 | 
             
                  string: '{"claim":{"orcid":"0000-0002-8099-7538","doi":"10.5438/6423","source_id":"orcid_update","claim_action":"create"}}'
         | 
| 262 246 | 
             
                headers:
         | 
| 263 247 | 
             
                  User-Agent:
         | 
| 264 | 
            -
                  - Maremma  | 
| 248 | 
            +
                  - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
         | 
| 265 249 | 
             
                  Content-Type:
         | 
| 266 | 
            -
                  - application/json
         | 
| 250 | 
            +
                  - application/json;charset=UTF-8
         | 
| 267 251 | 
             
                  Accept:
         | 
| 268 252 | 
             
                  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
         | 
| 269 253 | 
             
                  Authorization:
         | 
| @@ -271,49 +255,41 @@ http_interactions: | |
| 271 255 | 
             
              response:
         | 
| 272 256 | 
             
                status:
         | 
| 273 257 | 
             
                  code: 202
         | 
| 274 | 
            -
                  message:  | 
| 258 | 
            +
                  message: Accepted
         | 
| 275 259 | 
             
                headers:
         | 
| 276 | 
            -
                   | 
| 277 | 
            -
                  -  | 
| 278 | 
            -
                  Access-Control-Allow-Methods:
         | 
| 279 | 
            -
                  - GET, POST, OPTIONS
         | 
| 280 | 
            -
                  Access-Control-Allow-Origin:
         | 
| 281 | 
            -
                  - "*"
         | 
| 282 | 
            -
                  Access-Control-Max-Age:
         | 
| 283 | 
            -
                  - '1728000'
         | 
| 284 | 
            -
                  Cache-Control:
         | 
| 285 | 
            -
                  - no-cache
         | 
| 260 | 
            +
                  Date:
         | 
| 261 | 
            +
                  - Fri, 10 Aug 2018 16:23:43 GMT
         | 
| 286 262 | 
             
                  Content-Type:
         | 
| 287 263 | 
             
                  - application/json; charset=utf-8
         | 
| 288 | 
            -
                   | 
| 289 | 
            -
                  -  | 
| 290 | 
            -
                  Server:
         | 
| 291 | 
            -
                  - openresty/1.11.2.2
         | 
| 264 | 
            +
                  Connection:
         | 
| 265 | 
            +
                  - keep-alive
         | 
| 292 266 | 
             
                  Status:
         | 
| 293 267 | 
             
                  - 202 Accepted
         | 
| 268 | 
            +
                  Cache-Control:
         | 
| 269 | 
            +
                  - no-cache
         | 
| 294 270 | 
             
                  Vary:
         | 
| 295 | 
            -
                  - Accept-Encoding
         | 
| 296 | 
            -
                  X- | 
| 297 | 
            -
                  -  | 
| 271 | 
            +
                  - Accept-Encoding, Origin
         | 
| 272 | 
            +
                  X-Xss-Protection:
         | 
| 273 | 
            +
                  - 1; mode=block
         | 
| 274 | 
            +
                  X-Credential-Username:
         | 
| 275 | 
            +
                  - 0000-0002-8599-0773
         | 
| 276 | 
            +
                  X-Request-Id:
         | 
| 277 | 
            +
                  - 06bef023-ec6b-4136-95d2-9a6ba3f37424
         | 
| 278 | 
            +
                  X-Runtime:
         | 
| 279 | 
            +
                  - '0.013940'
         | 
| 298 280 | 
             
                  X-Frame-Options:
         | 
| 299 281 | 
             
                  - SAMEORIGIN
         | 
| 282 | 
            +
                  X-Content-Type-Options:
         | 
| 283 | 
            +
                  - nosniff
         | 
| 300 284 | 
             
                  X-Powered-By:
         | 
| 301 | 
            -
                  - Phusion Passenger 5.1 | 
| 302 | 
            -
                   | 
| 303 | 
            -
                  -  | 
| 304 | 
            -
                  X-Runtime:
         | 
| 305 | 
            -
                  - '0.014444'
         | 
| 306 | 
            -
                  X-Xss-Protection:
         | 
| 307 | 
            -
                  - 1; mode=block
         | 
| 308 | 
            -
                  Content-Length:
         | 
| 309 | 
            -
                  - '223'
         | 
| 310 | 
            -
                  Connection:
         | 
| 311 | 
            -
                  - keep-alive
         | 
| 285 | 
            +
                  - Phusion Passenger 5.3.1
         | 
| 286 | 
            +
                  Server:
         | 
| 287 | 
            +
                  - nginx/1.14.0 + Phusion Passenger 5.3.1
         | 
| 312 288 | 
             
                body:
         | 
| 313 | 
            -
                  encoding:  | 
| 314 | 
            -
                  string: '{"data":{"id":" | 
| 289 | 
            +
                  encoding: ASCII-8BIT
         | 
| 290 | 
            +
                  string: '{"data":{"id":"5f7c8d40-b035-4e69-bdbe-2803e7711679","type":"claims","attributes":{"orcid":"0000-0002-8099-7538","doi":"10.5438/6423","source-id":"orcid_update","state":"waiting","claim-action":"create","error-messages":null,"put-code":null,"claimed":null,"created":"2017-02-07T06:41:15Z","updated":"2018-08-10T16:23:43Z"}}}'
         | 
| 315 291 | 
             
                http_version: 
         | 
| 316 | 
            -
              recorded_at:  | 
| 292 | 
            +
              recorded_at: Fri, 10 Aug 2018 16:23:43 GMT
         | 
| 317 293 | 
             
            - request:
         | 
| 318 294 | 
             
                method: post
         | 
| 319 295 | 
             
                uri: https://profiles.test.datacite.org/api/claims
         | 
| @@ -322,9 +298,9 @@ http_interactions: | |
| 322 298 | 
             
                  string: '{"claim":{"orcid":"0000-0002-9300-5278","doi":"10.5438/6423","source_id":"orcid_update","claim_action":"create"}}'
         | 
| 323 299 | 
             
                headers:
         | 
| 324 300 | 
             
                  User-Agent:
         | 
| 325 | 
            -
                  - Maremma  | 
| 301 | 
            +
                  - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
         | 
| 326 302 | 
             
                  Content-Type:
         | 
| 327 | 
            -
                  - application/json
         | 
| 303 | 
            +
                  - application/json;charset=UTF-8
         | 
| 328 304 | 
             
                  Accept:
         | 
| 329 305 | 
             
                  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
         | 
| 330 306 | 
             
                  Authorization:
         | 
| @@ -332,49 +308,41 @@ http_interactions: | |
| 332 308 | 
             
              response:
         | 
| 333 309 | 
             
                status:
         | 
| 334 310 | 
             
                  code: 202
         | 
| 335 | 
            -
                  message:  | 
| 311 | 
            +
                  message: Accepted
         | 
| 336 312 | 
             
                headers:
         | 
| 337 | 
            -
                   | 
| 338 | 
            -
                  -  | 
| 339 | 
            -
                  Access-Control-Allow-Methods:
         | 
| 340 | 
            -
                  - GET, POST, OPTIONS
         | 
| 341 | 
            -
                  Access-Control-Allow-Origin:
         | 
| 342 | 
            -
                  - "*"
         | 
| 343 | 
            -
                  Access-Control-Max-Age:
         | 
| 344 | 
            -
                  - '1728000'
         | 
| 345 | 
            -
                  Cache-Control:
         | 
| 346 | 
            -
                  - no-cache
         | 
| 313 | 
            +
                  Date:
         | 
| 314 | 
            +
                  - Fri, 10 Aug 2018 16:23:43 GMT
         | 
| 347 315 | 
             
                  Content-Type:
         | 
| 348 316 | 
             
                  - application/json; charset=utf-8
         | 
| 349 | 
            -
                   | 
| 350 | 
            -
                  -  | 
| 351 | 
            -
                  Server:
         | 
| 352 | 
            -
                  - openresty/1.11.2.2
         | 
| 317 | 
            +
                  Connection:
         | 
| 318 | 
            +
                  - keep-alive
         | 
| 353 319 | 
             
                  Status:
         | 
| 354 320 | 
             
                  - 202 Accepted
         | 
| 321 | 
            +
                  Cache-Control:
         | 
| 322 | 
            +
                  - no-cache
         | 
| 355 323 | 
             
                  Vary:
         | 
| 356 | 
            -
                  - Accept-Encoding
         | 
| 357 | 
            -
                  X- | 
| 358 | 
            -
                  -  | 
| 324 | 
            +
                  - Accept-Encoding, Origin
         | 
| 325 | 
            +
                  X-Xss-Protection:
         | 
| 326 | 
            +
                  - 1; mode=block
         | 
| 327 | 
            +
                  X-Credential-Username:
         | 
| 328 | 
            +
                  - 0000-0002-8599-0773
         | 
| 329 | 
            +
                  X-Request-Id:
         | 
| 330 | 
            +
                  - 511a7c6a-a428-49a0-899e-8c9e5c5c6eeb
         | 
| 331 | 
            +
                  X-Runtime:
         | 
| 332 | 
            +
                  - '0.006949'
         | 
| 359 333 | 
             
                  X-Frame-Options:
         | 
| 360 334 | 
             
                  - SAMEORIGIN
         | 
| 335 | 
            +
                  X-Content-Type-Options:
         | 
| 336 | 
            +
                  - nosniff
         | 
| 361 337 | 
             
                  X-Powered-By:
         | 
| 362 | 
            -
                  - Phusion Passenger 5.1 | 
| 363 | 
            -
                   | 
| 364 | 
            -
                  -  | 
| 365 | 
            -
                  X-Runtime:
         | 
| 366 | 
            -
                  - '0.013346'
         | 
| 367 | 
            -
                  X-Xss-Protection:
         | 
| 368 | 
            -
                  - 1; mode=block
         | 
| 369 | 
            -
                  Content-Length:
         | 
| 370 | 
            -
                  - '223'
         | 
| 371 | 
            -
                  Connection:
         | 
| 372 | 
            -
                  - keep-alive
         | 
| 338 | 
            +
                  - Phusion Passenger 5.3.1
         | 
| 339 | 
            +
                  Server:
         | 
| 340 | 
            +
                  - nginx/1.14.0 + Phusion Passenger 5.3.1
         | 
| 373 341 | 
             
                body:
         | 
| 374 | 
            -
                  encoding:  | 
| 375 | 
            -
                  string: '{"data":{"id":" | 
| 342 | 
            +
                  encoding: ASCII-8BIT
         | 
| 343 | 
            +
                  string: '{"data":{"id":"05c8a79a-a609-499e-a604-a29d496da654","type":"claims","attributes":{"orcid":"0000-0002-9300-5278","doi":"10.5438/6423","source-id":"orcid_update","state":"done","claim-action":"create","error-messages":null,"put-code":30033170,"claimed":"2017-02-02T19:23:37Z","created":"2017-02-02T19:23:35Z","updated":"2017-02-02T19:23:37Z"}}}'
         | 
| 376 344 | 
             
                http_version: 
         | 
| 377 | 
            -
              recorded_at:  | 
| 345 | 
            +
              recorded_at: Fri, 10 Aug 2018 16:23:43 GMT
         | 
| 378 346 | 
             
            - request:
         | 
| 379 347 | 
             
                method: post
         | 
| 380 348 | 
             
                uri: https://profiles.test.datacite.org/api/claims
         | 
| @@ -383,9 +351,9 @@ http_interactions: | |
| 383 351 | 
             
                  string: '{"claim":{"orcid":"0000-0002-6137-2348","doi":"10.5438/6423","source_id":"orcid_update","claim_action":"create"}}'
         | 
| 384 352 | 
             
                headers:
         | 
| 385 353 | 
             
                  User-Agent:
         | 
| 386 | 
            -
                  - Maremma  | 
| 354 | 
            +
                  - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
         | 
| 387 355 | 
             
                  Content-Type:
         | 
| 388 | 
            -
                  - application/json
         | 
| 356 | 
            +
                  - application/json;charset=UTF-8
         | 
| 389 357 | 
             
                  Accept:
         | 
| 390 358 | 
             
                  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
         | 
| 391 359 | 
             
                  Authorization:
         | 
| @@ -393,49 +361,41 @@ http_interactions: | |
| 393 361 | 
             
              response:
         | 
| 394 362 | 
             
                status:
         | 
| 395 363 | 
             
                  code: 202
         | 
| 396 | 
            -
                  message:  | 
| 364 | 
            +
                  message: Accepted
         | 
| 397 365 | 
             
                headers:
         | 
| 398 | 
            -
                   | 
| 399 | 
            -
                  -  | 
| 400 | 
            -
                  Access-Control-Allow-Methods:
         | 
| 401 | 
            -
                  - GET, POST, OPTIONS
         | 
| 402 | 
            -
                  Access-Control-Allow-Origin:
         | 
| 403 | 
            -
                  - "*"
         | 
| 404 | 
            -
                  Access-Control-Max-Age:
         | 
| 405 | 
            -
                  - '1728000'
         | 
| 406 | 
            -
                  Cache-Control:
         | 
| 407 | 
            -
                  - no-cache
         | 
| 366 | 
            +
                  Date:
         | 
| 367 | 
            +
                  - Fri, 10 Aug 2018 16:23:43 GMT
         | 
| 408 368 | 
             
                  Content-Type:
         | 
| 409 369 | 
             
                  - application/json; charset=utf-8
         | 
| 410 | 
            -
                   | 
| 411 | 
            -
                  -  | 
| 412 | 
            -
                  Server:
         | 
| 413 | 
            -
                  - openresty/1.11.2.2
         | 
| 370 | 
            +
                  Connection:
         | 
| 371 | 
            +
                  - keep-alive
         | 
| 414 372 | 
             
                  Status:
         | 
| 415 373 | 
             
                  - 202 Accepted
         | 
| 374 | 
            +
                  Cache-Control:
         | 
| 375 | 
            +
                  - no-cache
         | 
| 416 376 | 
             
                  Vary:
         | 
| 417 | 
            -
                  - Accept-Encoding
         | 
| 418 | 
            -
                  X- | 
| 419 | 
            -
                  -  | 
| 377 | 
            +
                  - Accept-Encoding, Origin
         | 
| 378 | 
            +
                  X-Xss-Protection:
         | 
| 379 | 
            +
                  - 1; mode=block
         | 
| 380 | 
            +
                  X-Credential-Username:
         | 
| 381 | 
            +
                  - 0000-0002-8599-0773
         | 
| 382 | 
            +
                  X-Request-Id:
         | 
| 383 | 
            +
                  - 4ce73c08-d23c-4860-99d4-a1752cfdd1ca
         | 
| 384 | 
            +
                  X-Runtime:
         | 
| 385 | 
            +
                  - '0.006654'
         | 
| 420 386 | 
             
                  X-Frame-Options:
         | 
| 421 387 | 
             
                  - SAMEORIGIN
         | 
| 388 | 
            +
                  X-Content-Type-Options:
         | 
| 389 | 
            +
                  - nosniff
         | 
| 422 390 | 
             
                  X-Powered-By:
         | 
| 423 | 
            -
                  - Phusion Passenger 5.1 | 
| 424 | 
            -
                   | 
| 425 | 
            -
                  -  | 
| 426 | 
            -
                  X-Runtime:
         | 
| 427 | 
            -
                  - '0.012575'
         | 
| 428 | 
            -
                  X-Xss-Protection:
         | 
| 429 | 
            -
                  - 1; mode=block
         | 
| 430 | 
            -
                  Content-Length:
         | 
| 431 | 
            -
                  - '223'
         | 
| 432 | 
            -
                  Connection:
         | 
| 433 | 
            -
                  - keep-alive
         | 
| 391 | 
            +
                  - Phusion Passenger 5.3.1
         | 
| 392 | 
            +
                  Server:
         | 
| 393 | 
            +
                  - nginx/1.14.0 + Phusion Passenger 5.3.1
         | 
| 434 394 | 
             
                body:
         | 
| 435 | 
            -
                  encoding:  | 
| 436 | 
            -
                  string: '{"data":{"id":" | 
| 395 | 
            +
                  encoding: ASCII-8BIT
         | 
| 396 | 
            +
                  string: '{"data":{"id":"ce4e520a-8f4f-4837-9e76-ac423c12eb9c","type":"claims","attributes":{"orcid":"0000-0002-6137-2348","doi":"10.5438/6423","source-id":"orcid_update","state":"done","claim-action":"create","error-messages":null,"put-code":43592943,"claimed":"2018-04-13T05:23:28Z","created":"2017-02-02T19:23:36Z","updated":"2018-04-13T05:23:28Z"}}}'
         | 
| 437 397 | 
             
                http_version: 
         | 
| 438 | 
            -
              recorded_at:  | 
| 398 | 
            +
              recorded_at: Fri, 10 Aug 2018 16:23:43 GMT
         | 
| 439 399 | 
             
            - request:
         | 
| 440 400 | 
             
                method: post
         | 
| 441 401 | 
             
                uri: https://profiles.test.datacite.org/api/claims
         | 
| @@ -444,9 +404,9 @@ http_interactions: | |
| 444 404 | 
             
                  string: '{"claim":{"orcid":"0000-0003-2614-6676","doi":"10.5438/6423","source_id":"orcid_update","claim_action":"create"}}'
         | 
| 445 405 | 
             
                headers:
         | 
| 446 406 | 
             
                  User-Agent:
         | 
| 447 | 
            -
                  - Maremma  | 
| 407 | 
            +
                  - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
         | 
| 448 408 | 
             
                  Content-Type:
         | 
| 449 | 
            -
                  - application/json
         | 
| 409 | 
            +
                  - application/json;charset=UTF-8
         | 
| 450 410 | 
             
                  Accept:
         | 
| 451 411 | 
             
                  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
         | 
| 452 412 | 
             
                  Authorization:
         | 
| @@ -454,49 +414,41 @@ http_interactions: | |
| 454 414 | 
             
              response:
         | 
| 455 415 | 
             
                status:
         | 
| 456 416 | 
             
                  code: 202
         | 
| 457 | 
            -
                  message:  | 
| 417 | 
            +
                  message: Accepted
         | 
| 458 418 | 
             
                headers:
         | 
| 459 | 
            -
                   | 
| 460 | 
            -
                  -  | 
| 461 | 
            -
                  Access-Control-Allow-Methods:
         | 
| 462 | 
            -
                  - GET, POST, OPTIONS
         | 
| 463 | 
            -
                  Access-Control-Allow-Origin:
         | 
| 464 | 
            -
                  - "*"
         | 
| 465 | 
            -
                  Access-Control-Max-Age:
         | 
| 466 | 
            -
                  - '1728000'
         | 
| 467 | 
            -
                  Cache-Control:
         | 
| 468 | 
            -
                  - no-cache
         | 
| 419 | 
            +
                  Date:
         | 
| 420 | 
            +
                  - Fri, 10 Aug 2018 16:23:43 GMT
         | 
| 469 421 | 
             
                  Content-Type:
         | 
| 470 422 | 
             
                  - application/json; charset=utf-8
         | 
| 471 | 
            -
                   | 
| 472 | 
            -
                  -  | 
| 473 | 
            -
                  Server:
         | 
| 474 | 
            -
                  - openresty/1.11.2.2
         | 
| 423 | 
            +
                  Connection:
         | 
| 424 | 
            +
                  - keep-alive
         | 
| 475 425 | 
             
                  Status:
         | 
| 476 426 | 
             
                  - 202 Accepted
         | 
| 427 | 
            +
                  Cache-Control:
         | 
| 428 | 
            +
                  - no-cache
         | 
| 477 429 | 
             
                  Vary:
         | 
| 478 | 
            -
                  - Accept-Encoding
         | 
| 479 | 
            -
                  X- | 
| 480 | 
            -
                  -  | 
| 430 | 
            +
                  - Accept-Encoding, Origin
         | 
| 431 | 
            +
                  X-Xss-Protection:
         | 
| 432 | 
            +
                  - 1; mode=block
         | 
| 433 | 
            +
                  X-Credential-Username:
         | 
| 434 | 
            +
                  - 0000-0002-8599-0773
         | 
| 435 | 
            +
                  X-Request-Id:
         | 
| 436 | 
            +
                  - 2c2954fb-c6bf-4ff5-925e-d99af62039c8
         | 
| 437 | 
            +
                  X-Runtime:
         | 
| 438 | 
            +
                  - '0.006715'
         | 
| 481 439 | 
             
                  X-Frame-Options:
         | 
| 482 440 | 
             
                  - SAMEORIGIN
         | 
| 441 | 
            +
                  X-Content-Type-Options:
         | 
| 442 | 
            +
                  - nosniff
         | 
| 483 443 | 
             
                  X-Powered-By:
         | 
| 484 | 
            -
                  - Phusion Passenger 5.1 | 
| 485 | 
            -
                   | 
| 486 | 
            -
                  -  | 
| 487 | 
            -
                  X-Runtime:
         | 
| 488 | 
            -
                  - '0.012266'
         | 
| 489 | 
            -
                  X-Xss-Protection:
         | 
| 490 | 
            -
                  - 1; mode=block
         | 
| 491 | 
            -
                  Content-Length:
         | 
| 492 | 
            -
                  - '223'
         | 
| 493 | 
            -
                  Connection:
         | 
| 494 | 
            -
                  - keep-alive
         | 
| 444 | 
            +
                  - Phusion Passenger 5.3.1
         | 
| 445 | 
            +
                  Server:
         | 
| 446 | 
            +
                  - nginx/1.14.0 + Phusion Passenger 5.3.1
         | 
| 495 447 | 
             
                body:
         | 
| 496 | 
            -
                  encoding:  | 
| 497 | 
            -
                  string: '{"data":{"id":" | 
| 448 | 
            +
                  encoding: ASCII-8BIT
         | 
| 449 | 
            +
                  string: '{"data":{"id":"a55365a7-06e7-4c3b-83f4-0f32c4684719","type":"claims","attributes":{"orcid":"0000-0003-2614-6676","doi":"10.5438/6423","source-id":"orcid_update","state":"done","claim-action":"create","error-messages":null,"put-code":34106866,"claimed":"2017-06-20T15:06:44Z","created":"2017-02-02T19:23:36Z","updated":"2018-08-10T14:57:46Z"}}}'
         | 
| 498 450 | 
             
                http_version: 
         | 
| 499 | 
            -
              recorded_at:  | 
| 451 | 
            +
              recorded_at: Fri, 10 Aug 2018 16:23:43 GMT
         | 
| 500 452 | 
             
            - request:
         | 
| 501 453 | 
             
                method: post
         | 
| 502 454 | 
             
                uri: https://profiles.test.datacite.org/api/claims
         | 
| @@ -505,9 +457,9 @@ http_interactions: | |
| 505 457 | 
             
                  string: '{"claim":{"orcid":"0000-0002-4695-7874","doi":"10.5438/6423","source_id":"orcid_update","claim_action":"create"}}'
         | 
| 506 458 | 
             
                headers:
         | 
| 507 459 | 
             
                  User-Agent:
         | 
| 508 | 
            -
                  - Maremma  | 
| 460 | 
            +
                  - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
         | 
| 509 461 | 
             
                  Content-Type:
         | 
| 510 | 
            -
                  - application/json
         | 
| 462 | 
            +
                  - application/json;charset=UTF-8
         | 
| 511 463 | 
             
                  Accept:
         | 
| 512 464 | 
             
                  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
         | 
| 513 465 | 
             
                  Authorization:
         | 
| @@ -515,49 +467,41 @@ http_interactions: | |
| 515 467 | 
             
              response:
         | 
| 516 468 | 
             
                status:
         | 
| 517 469 | 
             
                  code: 202
         | 
| 518 | 
            -
                  message:  | 
| 470 | 
            +
                  message: Accepted
         | 
| 519 471 | 
             
                headers:
         | 
| 520 | 
            -
                   | 
| 521 | 
            -
                  -  | 
| 522 | 
            -
                  Access-Control-Allow-Methods:
         | 
| 523 | 
            -
                  - GET, POST, OPTIONS
         | 
| 524 | 
            -
                  Access-Control-Allow-Origin:
         | 
| 525 | 
            -
                  - "*"
         | 
| 526 | 
            -
                  Access-Control-Max-Age:
         | 
| 527 | 
            -
                  - '1728000'
         | 
| 528 | 
            -
                  Cache-Control:
         | 
| 529 | 
            -
                  - no-cache
         | 
| 472 | 
            +
                  Date:
         | 
| 473 | 
            +
                  - Fri, 10 Aug 2018 16:23:44 GMT
         | 
| 530 474 | 
             
                  Content-Type:
         | 
| 531 475 | 
             
                  - application/json; charset=utf-8
         | 
| 532 | 
            -
                   | 
| 533 | 
            -
                  -  | 
| 534 | 
            -
                  Server:
         | 
| 535 | 
            -
                  - openresty/1.11.2.2
         | 
| 476 | 
            +
                  Connection:
         | 
| 477 | 
            +
                  - keep-alive
         | 
| 536 478 | 
             
                  Status:
         | 
| 537 479 | 
             
                  - 202 Accepted
         | 
| 480 | 
            +
                  Cache-Control:
         | 
| 481 | 
            +
                  - no-cache
         | 
| 538 482 | 
             
                  Vary:
         | 
| 539 | 
            -
                  - Accept-Encoding
         | 
| 540 | 
            -
                  X- | 
| 541 | 
            -
                  -  | 
| 483 | 
            +
                  - Accept-Encoding, Origin
         | 
| 484 | 
            +
                  X-Xss-Protection:
         | 
| 485 | 
            +
                  - 1; mode=block
         | 
| 486 | 
            +
                  X-Credential-Username:
         | 
| 487 | 
            +
                  - 0000-0002-8599-0773
         | 
| 488 | 
            +
                  X-Request-Id:
         | 
| 489 | 
            +
                  - b88ce269-ea84-44dc-b601-399ca9812e68
         | 
| 490 | 
            +
                  X-Runtime:
         | 
| 491 | 
            +
                  - '0.006786'
         | 
| 542 492 | 
             
                  X-Frame-Options:
         | 
| 543 493 | 
             
                  - SAMEORIGIN
         | 
| 494 | 
            +
                  X-Content-Type-Options:
         | 
| 495 | 
            +
                  - nosniff
         | 
| 544 496 | 
             
                  X-Powered-By:
         | 
| 545 | 
            -
                  - Phusion Passenger 5.1 | 
| 546 | 
            -
                   | 
| 547 | 
            -
                  -  | 
| 548 | 
            -
                  X-Runtime:
         | 
| 549 | 
            -
                  - '0.036839'
         | 
| 550 | 
            -
                  X-Xss-Protection:
         | 
| 551 | 
            -
                  - 1; mode=block
         | 
| 552 | 
            -
                  Content-Length:
         | 
| 553 | 
            -
                  - '223'
         | 
| 554 | 
            -
                  Connection:
         | 
| 555 | 
            -
                  - keep-alive
         | 
| 497 | 
            +
                  - Phusion Passenger 5.3.1
         | 
| 498 | 
            +
                  Server:
         | 
| 499 | 
            +
                  - nginx/1.14.0 + Phusion Passenger 5.3.1
         | 
| 556 500 | 
             
                body:
         | 
| 557 | 
            -
                  encoding:  | 
| 558 | 
            -
                  string: '{"data":{"id":" | 
| 501 | 
            +
                  encoding: ASCII-8BIT
         | 
| 502 | 
            +
                  string: '{"data":{"id":"4c728e8f-f212-4357-9986-aea00ce0170a","type":"claims","attributes":{"orcid":"0000-0002-4695-7874","doi":"10.5438/6423","source-id":"orcid_update","state":"done","claim-action":"create","error-messages":null,"put-code":30033171,"claimed":"2017-02-02T19:23:38Z","created":"2017-02-02T19:23:36Z","updated":"2017-02-02T19:23:38Z"}}}'
         | 
| 559 503 | 
             
                http_version: 
         | 
| 560 | 
            -
              recorded_at:  | 
| 504 | 
            +
              recorded_at: Fri, 10 Aug 2018 16:23:44 GMT
         | 
| 561 505 | 
             
            - request:
         | 
| 562 506 | 
             
                method: post
         | 
| 563 507 | 
             
                uri: https://profiles.test.datacite.org/api/claims
         | 
| @@ -566,9 +510,9 @@ http_interactions: | |
| 566 510 | 
             
                  string: '{"claim":{"orcid":"0000-0003-0902-4386","doi":"10.5438/6423","source_id":"orcid_update","claim_action":"create"}}'
         | 
| 567 511 | 
             
                headers:
         | 
| 568 512 | 
             
                  User-Agent:
         | 
| 569 | 
            -
                  - Maremma  | 
| 513 | 
            +
                  - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
         | 
| 570 514 | 
             
                  Content-Type:
         | 
| 571 | 
            -
                  - application/json
         | 
| 515 | 
            +
                  - application/json;charset=UTF-8
         | 
| 572 516 | 
             
                  Accept:
         | 
| 573 517 | 
             
                  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
         | 
| 574 518 | 
             
                  Authorization:
         | 
| @@ -576,49 +520,41 @@ http_interactions: | |
| 576 520 | 
             
              response:
         | 
| 577 521 | 
             
                status:
         | 
| 578 522 | 
             
                  code: 202
         | 
| 579 | 
            -
                  message:  | 
| 523 | 
            +
                  message: Accepted
         | 
| 580 524 | 
             
                headers:
         | 
| 581 | 
            -
                   | 
| 582 | 
            -
                  -  | 
| 583 | 
            -
                  Access-Control-Allow-Methods:
         | 
| 584 | 
            -
                  - GET, POST, OPTIONS
         | 
| 585 | 
            -
                  Access-Control-Allow-Origin:
         | 
| 586 | 
            -
                  - "*"
         | 
| 587 | 
            -
                  Access-Control-Max-Age:
         | 
| 588 | 
            -
                  - '1728000'
         | 
| 589 | 
            -
                  Cache-Control:
         | 
| 590 | 
            -
                  - no-cache
         | 
| 525 | 
            +
                  Date:
         | 
| 526 | 
            +
                  - Fri, 10 Aug 2018 16:23:44 GMT
         | 
| 591 527 | 
             
                  Content-Type:
         | 
| 592 528 | 
             
                  - application/json; charset=utf-8
         | 
| 593 | 
            -
                   | 
| 594 | 
            -
                  -  | 
| 595 | 
            -
                  Server:
         | 
| 596 | 
            -
                  - openresty/1.11.2.2
         | 
| 529 | 
            +
                  Connection:
         | 
| 530 | 
            +
                  - keep-alive
         | 
| 597 531 | 
             
                  Status:
         | 
| 598 532 | 
             
                  - 202 Accepted
         | 
| 533 | 
            +
                  Cache-Control:
         | 
| 534 | 
            +
                  - no-cache
         | 
| 599 535 | 
             
                  Vary:
         | 
| 600 | 
            -
                  - Accept-Encoding
         | 
| 601 | 
            -
                  X- | 
| 602 | 
            -
                  -  | 
| 536 | 
            +
                  - Accept-Encoding, Origin
         | 
| 537 | 
            +
                  X-Xss-Protection:
         | 
| 538 | 
            +
                  - 1; mode=block
         | 
| 539 | 
            +
                  X-Credential-Username:
         | 
| 540 | 
            +
                  - 0000-0002-8599-0773
         | 
| 541 | 
            +
                  X-Request-Id:
         | 
| 542 | 
            +
                  - eb99c53e-0706-4c25-8e59-b5cddf9cf3f6
         | 
| 543 | 
            +
                  X-Runtime:
         | 
| 544 | 
            +
                  - '0.006955'
         | 
| 603 545 | 
             
                  X-Frame-Options:
         | 
| 604 546 | 
             
                  - SAMEORIGIN
         | 
| 547 | 
            +
                  X-Content-Type-Options:
         | 
| 548 | 
            +
                  - nosniff
         | 
| 605 549 | 
             
                  X-Powered-By:
         | 
| 606 | 
            -
                  - Phusion Passenger 5.1 | 
| 607 | 
            -
                   | 
| 608 | 
            -
                  -  | 
| 609 | 
            -
                  X-Runtime:
         | 
| 610 | 
            -
                  - '0.016167'
         | 
| 611 | 
            -
                  X-Xss-Protection:
         | 
| 612 | 
            -
                  - 1; mode=block
         | 
| 613 | 
            -
                  Content-Length:
         | 
| 614 | 
            -
                  - '223'
         | 
| 615 | 
            -
                  Connection:
         | 
| 616 | 
            -
                  - keep-alive
         | 
| 550 | 
            +
                  - Phusion Passenger 5.3.1
         | 
| 551 | 
            +
                  Server:
         | 
| 552 | 
            +
                  - nginx/1.14.0 + Phusion Passenger 5.3.1
         | 
| 617 553 | 
             
                body:
         | 
| 618 | 
            -
                  encoding:  | 
| 619 | 
            -
                  string: '{"data":{"id":" | 
| 554 | 
            +
                  encoding: ASCII-8BIT
         | 
| 555 | 
            +
                  string: '{"data":{"id":"00eec431-afdd-4f40-920c-d2a56c7351b1","type":"claims","attributes":{"orcid":"0000-0003-0902-4386","doi":"10.5438/6423","source-id":"orcid_update","state":"done","claim-action":"create","error-messages":null,"put-code":30033172,"claimed":"2017-02-02T19:23:38Z","created":"2017-02-02T19:23:37Z","updated":"2017-02-02T19:23:38Z"}}}'
         | 
| 620 556 | 
             
                http_version: 
         | 
| 621 | 
            -
              recorded_at:  | 
| 557 | 
            +
              recorded_at: Fri, 10 Aug 2018 16:23:44 GMT
         | 
| 622 558 | 
             
            - request:
         | 
| 623 559 | 
             
                method: post
         | 
| 624 560 | 
             
                uri: https://profiles.test.datacite.org/api/claims
         | 
| @@ -627,9 +563,9 @@ http_interactions: | |
| 627 563 | 
             
                  string: '{"claim":{"orcid":"0000-0003-3096-6829","doi":"10.5438/6423","source_id":"orcid_update","claim_action":"create"}}'
         | 
| 628 564 | 
             
                headers:
         | 
| 629 565 | 
             
                  User-Agent:
         | 
| 630 | 
            -
                  - Maremma  | 
| 566 | 
            +
                  - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
         | 
| 631 567 | 
             
                  Content-Type:
         | 
| 632 | 
            -
                  - application/json
         | 
| 568 | 
            +
                  - application/json;charset=UTF-8
         | 
| 633 569 | 
             
                  Accept:
         | 
| 634 570 | 
             
                  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
         | 
| 635 571 | 
             
                  Authorization:
         | 
| @@ -637,49 +573,41 @@ http_interactions: | |
| 637 573 | 
             
              response:
         | 
| 638 574 | 
             
                status:
         | 
| 639 575 | 
             
                  code: 202
         | 
| 640 | 
            -
                  message:  | 
| 576 | 
            +
                  message: Accepted
         | 
| 641 577 | 
             
                headers:
         | 
| 642 | 
            -
                   | 
| 643 | 
            -
                  -  | 
| 644 | 
            -
                  Access-Control-Allow-Methods:
         | 
| 645 | 
            -
                  - GET, POST, OPTIONS
         | 
| 646 | 
            -
                  Access-Control-Allow-Origin:
         | 
| 647 | 
            -
                  - "*"
         | 
| 648 | 
            -
                  Access-Control-Max-Age:
         | 
| 649 | 
            -
                  - '1728000'
         | 
| 650 | 
            -
                  Cache-Control:
         | 
| 651 | 
            -
                  - no-cache
         | 
| 578 | 
            +
                  Date:
         | 
| 579 | 
            +
                  - Fri, 10 Aug 2018 16:23:44 GMT
         | 
| 652 580 | 
             
                  Content-Type:
         | 
| 653 581 | 
             
                  - application/json; charset=utf-8
         | 
| 654 | 
            -
                   | 
| 655 | 
            -
                  -  | 
| 656 | 
            -
                  Server:
         | 
| 657 | 
            -
                  - openresty/1.11.2.2
         | 
| 582 | 
            +
                  Connection:
         | 
| 583 | 
            +
                  - keep-alive
         | 
| 658 584 | 
             
                  Status:
         | 
| 659 585 | 
             
                  - 202 Accepted
         | 
| 586 | 
            +
                  Cache-Control:
         | 
| 587 | 
            +
                  - no-cache
         | 
| 660 588 | 
             
                  Vary:
         | 
| 661 | 
            -
                  - Accept-Encoding
         | 
| 662 | 
            -
                  X- | 
| 663 | 
            -
                  -  | 
| 589 | 
            +
                  - Accept-Encoding, Origin
         | 
| 590 | 
            +
                  X-Xss-Protection:
         | 
| 591 | 
            +
                  - 1; mode=block
         | 
| 592 | 
            +
                  X-Credential-Username:
         | 
| 593 | 
            +
                  - 0000-0002-8599-0773
         | 
| 594 | 
            +
                  X-Request-Id:
         | 
| 595 | 
            +
                  - 1abf6554-8b4c-4662-9ddc-794d686c6415
         | 
| 596 | 
            +
                  X-Runtime:
         | 
| 597 | 
            +
                  - '0.014021'
         | 
| 664 598 | 
             
                  X-Frame-Options:
         | 
| 665 599 | 
             
                  - SAMEORIGIN
         | 
| 600 | 
            +
                  X-Content-Type-Options:
         | 
| 601 | 
            +
                  - nosniff
         | 
| 666 602 | 
             
                  X-Powered-By:
         | 
| 667 | 
            -
                  - Phusion Passenger 5.1 | 
| 668 | 
            -
                   | 
| 669 | 
            -
                  -  | 
| 670 | 
            -
                  X-Runtime:
         | 
| 671 | 
            -
                  - '0.012205'
         | 
| 672 | 
            -
                  X-Xss-Protection:
         | 
| 673 | 
            -
                  - 1; mode=block
         | 
| 674 | 
            -
                  Content-Length:
         | 
| 675 | 
            -
                  - '223'
         | 
| 676 | 
            -
                  Connection:
         | 
| 677 | 
            -
                  - keep-alive
         | 
| 603 | 
            +
                  - Phusion Passenger 5.3.1
         | 
| 604 | 
            +
                  Server:
         | 
| 605 | 
            +
                  - nginx/1.14.0 + Phusion Passenger 5.3.1
         | 
| 678 606 | 
             
                body:
         | 
| 679 | 
            -
                  encoding:  | 
| 680 | 
            -
                  string: '{"data":{"id":" | 
| 607 | 
            +
                  encoding: ASCII-8BIT
         | 
| 608 | 
            +
                  string: '{"data":{"id":"3e33f405-0938-4cdf-b058-95d0645d8af4","type":"claims","attributes":{"orcid":"0000-0003-3096-6829","doi":"10.5438/6423","source-id":"orcid_update","state":"waiting","claim-action":"create","error-messages":null,"put-code":null,"claimed":null,"created":"2017-02-02T19:23:37Z","updated":"2018-08-10T16:23:44Z"}}}'
         | 
| 681 609 | 
             
                http_version: 
         | 
| 682 | 
            -
              recorded_at:  | 
| 610 | 
            +
              recorded_at: Fri, 10 Aug 2018 16:23:44 GMT
         | 
| 683 611 | 
             
            - request:
         | 
| 684 612 | 
             
                method: post
         | 
| 685 613 | 
             
                uri: https://profiles.test.datacite.org/api/claims
         | 
| @@ -688,9 +616,9 @@ http_interactions: | |
| 688 616 | 
             
                  string: '{"claim":{"orcid":"0000-0003-3412-7192","doi":"10.5438/6423","source_id":"orcid_update","claim_action":"create"}}'
         | 
| 689 617 | 
             
                headers:
         | 
| 690 618 | 
             
                  User-Agent:
         | 
| 691 | 
            -
                  - Maremma  | 
| 619 | 
            +
                  - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
         | 
| 692 620 | 
             
                  Content-Type:
         | 
| 693 | 
            -
                  - application/json
         | 
| 621 | 
            +
                  - application/json;charset=UTF-8
         | 
| 694 622 | 
             
                  Accept:
         | 
| 695 623 | 
             
                  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
         | 
| 696 624 | 
             
                  Authorization:
         | 
| @@ -698,49 +626,41 @@ http_interactions: | |
| 698 626 | 
             
              response:
         | 
| 699 627 | 
             
                status:
         | 
| 700 628 | 
             
                  code: 202
         | 
| 701 | 
            -
                  message:  | 
| 629 | 
            +
                  message: Accepted
         | 
| 702 630 | 
             
                headers:
         | 
| 703 | 
            -
                   | 
| 704 | 
            -
                  -  | 
| 705 | 
            -
                  Access-Control-Allow-Methods:
         | 
| 706 | 
            -
                  - GET, POST, OPTIONS
         | 
| 707 | 
            -
                  Access-Control-Allow-Origin:
         | 
| 708 | 
            -
                  - "*"
         | 
| 709 | 
            -
                  Access-Control-Max-Age:
         | 
| 710 | 
            -
                  - '1728000'
         | 
| 711 | 
            -
                  Cache-Control:
         | 
| 712 | 
            -
                  - no-cache
         | 
| 631 | 
            +
                  Date:
         | 
| 632 | 
            +
                  - Fri, 10 Aug 2018 16:23:44 GMT
         | 
| 713 633 | 
             
                  Content-Type:
         | 
| 714 634 | 
             
                  - application/json; charset=utf-8
         | 
| 715 | 
            -
                   | 
| 716 | 
            -
                  -  | 
| 717 | 
            -
                  Server:
         | 
| 718 | 
            -
                  - openresty/1.11.2.2
         | 
| 635 | 
            +
                  Connection:
         | 
| 636 | 
            +
                  - keep-alive
         | 
| 719 637 | 
             
                  Status:
         | 
| 720 638 | 
             
                  - 202 Accepted
         | 
| 639 | 
            +
                  Cache-Control:
         | 
| 640 | 
            +
                  - no-cache
         | 
| 721 641 | 
             
                  Vary:
         | 
| 722 | 
            -
                  - Accept-Encoding
         | 
| 723 | 
            -
                  X- | 
| 724 | 
            -
                  -  | 
| 642 | 
            +
                  - Accept-Encoding, Origin
         | 
| 643 | 
            +
                  X-Xss-Protection:
         | 
| 644 | 
            +
                  - 1; mode=block
         | 
| 645 | 
            +
                  X-Credential-Username:
         | 
| 646 | 
            +
                  - 0000-0002-8599-0773
         | 
| 647 | 
            +
                  X-Request-Id:
         | 
| 648 | 
            +
                  - 4a1d1564-f3fc-4a9e-8527-523188506fe6
         | 
| 649 | 
            +
                  X-Runtime:
         | 
| 650 | 
            +
                  - '0.006639'
         | 
| 725 651 | 
             
                  X-Frame-Options:
         | 
| 726 652 | 
             
                  - SAMEORIGIN
         | 
| 653 | 
            +
                  X-Content-Type-Options:
         | 
| 654 | 
            +
                  - nosniff
         | 
| 727 655 | 
             
                  X-Powered-By:
         | 
| 728 | 
            -
                  - Phusion Passenger 5.1 | 
| 729 | 
            -
                   | 
| 730 | 
            -
                  -  | 
| 731 | 
            -
                  X-Runtime:
         | 
| 732 | 
            -
                  - '0.064589'
         | 
| 733 | 
            -
                  X-Xss-Protection:
         | 
| 734 | 
            -
                  - 1; mode=block
         | 
| 735 | 
            -
                  Content-Length:
         | 
| 736 | 
            -
                  - '223'
         | 
| 737 | 
            -
                  Connection:
         | 
| 738 | 
            -
                  - keep-alive
         | 
| 656 | 
            +
                  - Phusion Passenger 5.3.1
         | 
| 657 | 
            +
                  Server:
         | 
| 658 | 
            +
                  - nginx/1.14.0 + Phusion Passenger 5.3.1
         | 
| 739 659 | 
             
                body:
         | 
| 740 | 
            -
                  encoding:  | 
| 741 | 
            -
                  string: '{"data":{"id":" | 
| 660 | 
            +
                  encoding: ASCII-8BIT
         | 
| 661 | 
            +
                  string: '{"data":{"id":"ac6abc5f-e22f-4767-a37a-a4dc2aab1d81","type":"claims","attributes":{"orcid":"0000-0003-3412-7192","doi":"10.5438/6423","source-id":"orcid_update","state":"done","claim-action":"create","error-messages":null,"put-code":30212620,"claimed":"2017-02-08T12:11:17Z","created":"2017-02-02T19:23:37Z","updated":"2018-08-10T14:57:47Z"}}}'
         | 
| 742 662 | 
             
                http_version: 
         | 
| 743 | 
            -
              recorded_at:  | 
| 663 | 
            +
              recorded_at: Fri, 10 Aug 2018 16:23:44 GMT
         | 
| 744 664 | 
             
            - request:
         | 
| 745 665 | 
             
                method: post
         | 
| 746 666 | 
             
                uri: https://profiles.test.datacite.org/api/claims
         | 
| @@ -749,9 +669,9 @@ http_interactions: | |
| 749 669 | 
             
                  string: '{"claim":{"orcid":"0000-0003-1419-2405","doi":"10.5438/6423","source_id":"orcid_update","claim_action":"create"}}'
         | 
| 750 670 | 
             
                headers:
         | 
| 751 671 | 
             
                  User-Agent:
         | 
| 752 | 
            -
                  - Maremma  | 
| 672 | 
            +
                  - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
         | 
| 753 673 | 
             
                  Content-Type:
         | 
| 754 | 
            -
                  - application/json
         | 
| 674 | 
            +
                  - application/json;charset=UTF-8
         | 
| 755 675 | 
             
                  Accept:
         | 
| 756 676 | 
             
                  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
         | 
| 757 677 | 
             
                  Authorization:
         | 
| @@ -759,49 +679,41 @@ http_interactions: | |
| 759 679 | 
             
              response:
         | 
| 760 680 | 
             
                status:
         | 
| 761 681 | 
             
                  code: 202
         | 
| 762 | 
            -
                  message:  | 
| 682 | 
            +
                  message: Accepted
         | 
| 763 683 | 
             
                headers:
         | 
| 764 | 
            -
                   | 
| 765 | 
            -
                  -  | 
| 766 | 
            -
                  Access-Control-Allow-Methods:
         | 
| 767 | 
            -
                  - GET, POST, OPTIONS
         | 
| 768 | 
            -
                  Access-Control-Allow-Origin:
         | 
| 769 | 
            -
                  - "*"
         | 
| 770 | 
            -
                  Access-Control-Max-Age:
         | 
| 771 | 
            -
                  - '1728000'
         | 
| 772 | 
            -
                  Cache-Control:
         | 
| 773 | 
            -
                  - no-cache
         | 
| 684 | 
            +
                  Date:
         | 
| 685 | 
            +
                  - Fri, 10 Aug 2018 16:23:44 GMT
         | 
| 774 686 | 
             
                  Content-Type:
         | 
| 775 687 | 
             
                  - application/json; charset=utf-8
         | 
| 776 | 
            -
                   | 
| 777 | 
            -
                  -  | 
| 778 | 
            -
                  Server:
         | 
| 779 | 
            -
                  - openresty/1.11.2.2
         | 
| 688 | 
            +
                  Connection:
         | 
| 689 | 
            +
                  - keep-alive
         | 
| 780 690 | 
             
                  Status:
         | 
| 781 691 | 
             
                  - 202 Accepted
         | 
| 692 | 
            +
                  Cache-Control:
         | 
| 693 | 
            +
                  - no-cache
         | 
| 782 694 | 
             
                  Vary:
         | 
| 783 | 
            -
                  - Accept-Encoding
         | 
| 784 | 
            -
                  X- | 
| 785 | 
            -
                  -  | 
| 695 | 
            +
                  - Accept-Encoding, Origin
         | 
| 696 | 
            +
                  X-Xss-Protection:
         | 
| 697 | 
            +
                  - 1; mode=block
         | 
| 698 | 
            +
                  X-Credential-Username:
         | 
| 699 | 
            +
                  - 0000-0002-8599-0773
         | 
| 700 | 
            +
                  X-Request-Id:
         | 
| 701 | 
            +
                  - 557c1e72-76a3-4dd9-a8b5-b37dbf354e1d
         | 
| 702 | 
            +
                  X-Runtime:
         | 
| 703 | 
            +
                  - '0.006714'
         | 
| 786 704 | 
             
                  X-Frame-Options:
         | 
| 787 705 | 
             
                  - SAMEORIGIN
         | 
| 706 | 
            +
                  X-Content-Type-Options:
         | 
| 707 | 
            +
                  - nosniff
         | 
| 788 708 | 
             
                  X-Powered-By:
         | 
| 789 | 
            -
                  - Phusion Passenger 5.1 | 
| 790 | 
            -
                   | 
| 791 | 
            -
                  -  | 
| 792 | 
            -
                  X-Runtime:
         | 
| 793 | 
            -
                  - '0.006007'
         | 
| 794 | 
            -
                  X-Xss-Protection:
         | 
| 795 | 
            -
                  - 1; mode=block
         | 
| 796 | 
            -
                  Content-Length:
         | 
| 797 | 
            -
                  - '238'
         | 
| 798 | 
            -
                  Connection:
         | 
| 799 | 
            -
                  - keep-alive
         | 
| 709 | 
            +
                  - Phusion Passenger 5.3.1
         | 
| 710 | 
            +
                  Server:
         | 
| 711 | 
            +
                  - nginx/1.14.0 + Phusion Passenger 5.3.1
         | 
| 800 712 | 
             
                body:
         | 
| 801 | 
            -
                  encoding:  | 
| 802 | 
            -
                  string: '{"data":{"id":"4e07aae9-2094-4594-96b0-c365c89e2967","type":"claims","attributes":{"orcid":"0000-0003-1419-2405","doi":"10.5438/6423","source-id":"orcid_update","state":"done","claim-action":"create"," | 
| 713 | 
            +
                  encoding: ASCII-8BIT
         | 
| 714 | 
            +
                  string: '{"data":{"id":"4e07aae9-2094-4594-96b0-c365c89e2967","type":"claims","attributes":{"orcid":"0000-0003-1419-2405","doi":"10.5438/6423","source-id":"orcid_update","state":"done","claim-action":"create","error-messages":null,"put-code":26990831,"claimed":"2016-09-26T07:57:36Z","created":"2016-09-26T07:57:34Z","updated":"2017-06-20T16:52:56Z"}}}'
         | 
| 803 715 | 
             
                http_version: 
         | 
| 804 | 
            -
              recorded_at:  | 
| 716 | 
            +
              recorded_at: Fri, 10 Aug 2018 16:23:44 GMT
         | 
| 805 717 | 
             
            - request:
         | 
| 806 718 | 
             
                method: post
         | 
| 807 719 | 
             
                uri: https://profiles.test.datacite.org/api/claims
         | 
| @@ -810,9 +722,9 @@ http_interactions: | |
| 810 722 | 
             
                  string: '{"claim":{"orcid":"0000-0003-3484-6875","doi":"10.5438/6423","source_id":"orcid_update","claim_action":"create"}}'
         | 
| 811 723 | 
             
                headers:
         | 
| 812 724 | 
             
                  User-Agent:
         | 
| 813 | 
            -
                  - Maremma  | 
| 725 | 
            +
                  - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
         | 
| 814 726 | 
             
                  Content-Type:
         | 
| 815 | 
            -
                  - application/json
         | 
| 727 | 
            +
                  - application/json;charset=UTF-8
         | 
| 816 728 | 
             
                  Accept:
         | 
| 817 729 | 
             
                  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
         | 
| 818 730 | 
             
                  Authorization:
         | 
| @@ -820,49 +732,41 @@ http_interactions: | |
| 820 732 | 
             
              response:
         | 
| 821 733 | 
             
                status:
         | 
| 822 734 | 
             
                  code: 202
         | 
| 823 | 
            -
                  message:  | 
| 735 | 
            +
                  message: Accepted
         | 
| 824 736 | 
             
                headers:
         | 
| 825 | 
            -
                   | 
| 826 | 
            -
                  -  | 
| 827 | 
            -
                  Access-Control-Allow-Methods:
         | 
| 828 | 
            -
                  - GET, POST, OPTIONS
         | 
| 829 | 
            -
                  Access-Control-Allow-Origin:
         | 
| 830 | 
            -
                  - "*"
         | 
| 831 | 
            -
                  Access-Control-Max-Age:
         | 
| 832 | 
            -
                  - '1728000'
         | 
| 833 | 
            -
                  Cache-Control:
         | 
| 834 | 
            -
                  - no-cache
         | 
| 737 | 
            +
                  Date:
         | 
| 738 | 
            +
                  - Fri, 10 Aug 2018 16:23:44 GMT
         | 
| 835 739 | 
             
                  Content-Type:
         | 
| 836 740 | 
             
                  - application/json; charset=utf-8
         | 
| 837 | 
            -
                   | 
| 838 | 
            -
                  -  | 
| 839 | 
            -
                  Server:
         | 
| 840 | 
            -
                  - openresty/1.11.2.2
         | 
| 741 | 
            +
                  Connection:
         | 
| 742 | 
            +
                  - keep-alive
         | 
| 841 743 | 
             
                  Status:
         | 
| 842 744 | 
             
                  - 202 Accepted
         | 
| 745 | 
            +
                  Cache-Control:
         | 
| 746 | 
            +
                  - no-cache
         | 
| 843 747 | 
             
                  Vary:
         | 
| 844 | 
            -
                  - Accept-Encoding
         | 
| 845 | 
            -
                  X- | 
| 846 | 
            -
                  -  | 
| 748 | 
            +
                  - Accept-Encoding, Origin
         | 
| 749 | 
            +
                  X-Xss-Protection:
         | 
| 750 | 
            +
                  - 1; mode=block
         | 
| 751 | 
            +
                  X-Credential-Username:
         | 
| 752 | 
            +
                  - 0000-0002-8599-0773
         | 
| 753 | 
            +
                  X-Request-Id:
         | 
| 754 | 
            +
                  - 304c4d56-5589-444b-82eb-d33b7ad45d6e
         | 
| 755 | 
            +
                  X-Runtime:
         | 
| 756 | 
            +
                  - '0.006703'
         | 
| 847 757 | 
             
                  X-Frame-Options:
         | 
| 848 758 | 
             
                  - SAMEORIGIN
         | 
| 759 | 
            +
                  X-Content-Type-Options:
         | 
| 760 | 
            +
                  - nosniff
         | 
| 849 761 | 
             
                  X-Powered-By:
         | 
| 850 | 
            -
                  - Phusion Passenger 5.1 | 
| 851 | 
            -
                   | 
| 852 | 
            -
                  -  | 
| 853 | 
            -
                  X-Runtime:
         | 
| 854 | 
            -
                  - '0.042793'
         | 
| 855 | 
            -
                  X-Xss-Protection:
         | 
| 856 | 
            -
                  - 1; mode=block
         | 
| 857 | 
            -
                  Content-Length:
         | 
| 858 | 
            -
                  - '223'
         | 
| 859 | 
            -
                  Connection:
         | 
| 860 | 
            -
                  - keep-alive
         | 
| 762 | 
            +
                  - Phusion Passenger 5.3.1
         | 
| 763 | 
            +
                  Server:
         | 
| 764 | 
            +
                  - nginx/1.14.0 + Phusion Passenger 5.3.1
         | 
| 861 765 | 
             
                body:
         | 
| 862 | 
            -
                  encoding:  | 
| 863 | 
            -
                  string: '{"data":{"id":" | 
| 766 | 
            +
                  encoding: ASCII-8BIT
         | 
| 767 | 
            +
                  string: '{"data":{"id":"d636e796-4298-4844-911c-99d6c7942ee0","type":"claims","attributes":{"orcid":"0000-0003-3484-6875","doi":"10.5438/6423","source-id":"orcid_update","state":"done","claim-action":"create","error-messages":null,"put-code":30162967,"claimed":"2017-02-07T06:41:17Z","created":"2017-02-07T06:41:16Z","updated":"2017-02-07T06:41:17Z"}}}'
         | 
| 864 768 | 
             
                http_version: 
         | 
| 865 | 
            -
              recorded_at:  | 
| 769 | 
            +
              recorded_at: Fri, 10 Aug 2018 16:23:44 GMT
         | 
| 866 770 | 
             
            - request:
         | 
| 867 771 | 
             
                method: post
         | 
| 868 772 | 
             
                uri: https://profiles.test.datacite.org/api/claims
         | 
| @@ -871,9 +775,9 @@ http_interactions: | |
| 871 775 | 
             
                  string: '{"claim":{"orcid":"0000-0003-0183-6910","doi":"10.5438/6423","source_id":"orcid_update","claim_action":"create"}}'
         | 
| 872 776 | 
             
                headers:
         | 
| 873 777 | 
             
                  User-Agent:
         | 
| 874 | 
            -
                  - Maremma  | 
| 778 | 
            +
                  - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
         | 
| 875 779 | 
             
                  Content-Type:
         | 
| 876 | 
            -
                  - application/json
         | 
| 780 | 
            +
                  - application/json;charset=UTF-8
         | 
| 877 781 | 
             
                  Accept:
         | 
| 878 782 | 
             
                  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
         | 
| 879 783 | 
             
                  Authorization:
         | 
| @@ -881,49 +785,41 @@ http_interactions: | |
| 881 785 | 
             
              response:
         | 
| 882 786 | 
             
                status:
         | 
| 883 787 | 
             
                  code: 202
         | 
| 884 | 
            -
                  message:  | 
| 788 | 
            +
                  message: Accepted
         | 
| 885 789 | 
             
                headers:
         | 
| 886 | 
            -
                   | 
| 887 | 
            -
                  -  | 
| 888 | 
            -
                  Access-Control-Allow-Methods:
         | 
| 889 | 
            -
                  - GET, POST, OPTIONS
         | 
| 890 | 
            -
                  Access-Control-Allow-Origin:
         | 
| 891 | 
            -
                  - "*"
         | 
| 892 | 
            -
                  Access-Control-Max-Age:
         | 
| 893 | 
            -
                  - '1728000'
         | 
| 894 | 
            -
                  Cache-Control:
         | 
| 895 | 
            -
                  - no-cache
         | 
| 790 | 
            +
                  Date:
         | 
| 791 | 
            +
                  - Fri, 10 Aug 2018 16:23:45 GMT
         | 
| 896 792 | 
             
                  Content-Type:
         | 
| 897 793 | 
             
                  - application/json; charset=utf-8
         | 
| 898 | 
            -
                   | 
| 899 | 
            -
                  -  | 
| 900 | 
            -
                  Server:
         | 
| 901 | 
            -
                  - openresty/1.11.2.2
         | 
| 794 | 
            +
                  Connection:
         | 
| 795 | 
            +
                  - keep-alive
         | 
| 902 796 | 
             
                  Status:
         | 
| 903 797 | 
             
                  - 202 Accepted
         | 
| 798 | 
            +
                  Cache-Control:
         | 
| 799 | 
            +
                  - no-cache
         | 
| 904 800 | 
             
                  Vary:
         | 
| 905 | 
            -
                  - Accept-Encoding
         | 
| 906 | 
            -
                  X- | 
| 907 | 
            -
                  -  | 
| 801 | 
            +
                  - Accept-Encoding, Origin
         | 
| 802 | 
            +
                  X-Xss-Protection:
         | 
| 803 | 
            +
                  - 1; mode=block
         | 
| 804 | 
            +
                  X-Credential-Username:
         | 
| 805 | 
            +
                  - 0000-0002-8599-0773
         | 
| 806 | 
            +
                  X-Request-Id:
         | 
| 807 | 
            +
                  - 72d26fa0-1fba-4d01-8d58-ec3978c2d152
         | 
| 808 | 
            +
                  X-Runtime:
         | 
| 809 | 
            +
                  - '0.006838'
         | 
| 908 810 | 
             
                  X-Frame-Options:
         | 
| 909 811 | 
             
                  - SAMEORIGIN
         | 
| 812 | 
            +
                  X-Content-Type-Options:
         | 
| 813 | 
            +
                  - nosniff
         | 
| 910 814 | 
             
                  X-Powered-By:
         | 
| 911 | 
            -
                  - Phusion Passenger 5.1 | 
| 912 | 
            -
                   | 
| 913 | 
            -
                  -  | 
| 914 | 
            -
                  X-Runtime:
         | 
| 915 | 
            -
                  - '0.011792'
         | 
| 916 | 
            -
                  X-Xss-Protection:
         | 
| 917 | 
            -
                  - 1; mode=block
         | 
| 918 | 
            -
                  Content-Length:
         | 
| 919 | 
            -
                  - '223'
         | 
| 920 | 
            -
                  Connection:
         | 
| 921 | 
            -
                  - keep-alive
         | 
| 815 | 
            +
                  - Phusion Passenger 5.3.1
         | 
| 816 | 
            +
                  Server:
         | 
| 817 | 
            +
                  - nginx/1.14.0 + Phusion Passenger 5.3.1
         | 
| 922 818 | 
             
                body:
         | 
| 923 | 
            -
                  encoding:  | 
| 924 | 
            -
                  string: '{"data":{"id":" | 
| 819 | 
            +
                  encoding: ASCII-8BIT
         | 
| 820 | 
            +
                  string: '{"data":{"id":"ed521c9b-a7ce-4c37-9998-fc7fa800a9a3","type":"claims","attributes":{"orcid":"0000-0003-0183-6910","doi":"10.5438/6423","source-id":"orcid_update","state":"done","claim-action":"create","error-messages":null,"put-code":30033174,"claimed":"2017-02-02T19:23:39Z","created":"2017-02-02T19:23:38Z","updated":"2017-02-02T19:23:39Z"}}}'
         | 
| 925 821 | 
             
                http_version: 
         | 
| 926 | 
            -
              recorded_at:  | 
| 822 | 
            +
              recorded_at: Fri, 10 Aug 2018 16:23:45 GMT
         | 
| 927 823 | 
             
            - request:
         | 
| 928 824 | 
             
                method: post
         | 
| 929 825 | 
             
                uri: https://profiles.test.datacite.org/api/claims
         | 
| @@ -932,9 +828,9 @@ http_interactions: | |
| 932 828 | 
             
                  string: '{"claim":{"orcid":"0000-0001-5109-3700","doi":"10.5438/6423","source_id":"orcid_update","claim_action":"create"}}'
         | 
| 933 829 | 
             
                headers:
         | 
| 934 830 | 
             
                  User-Agent:
         | 
| 935 | 
            -
                  - Maremma  | 
| 831 | 
            +
                  - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
         | 
| 936 832 | 
             
                  Content-Type:
         | 
| 937 | 
            -
                  - application/json
         | 
| 833 | 
            +
                  - application/json;charset=UTF-8
         | 
| 938 834 | 
             
                  Accept:
         | 
| 939 835 | 
             
                  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
         | 
| 940 836 | 
             
                  Authorization:
         | 
| @@ -942,49 +838,41 @@ http_interactions: | |
| 942 838 | 
             
              response:
         | 
| 943 839 | 
             
                status:
         | 
| 944 840 | 
             
                  code: 202
         | 
| 945 | 
            -
                  message:  | 
| 841 | 
            +
                  message: Accepted
         | 
| 946 842 | 
             
                headers:
         | 
| 947 | 
            -
                   | 
| 948 | 
            -
                  -  | 
| 949 | 
            -
                  Access-Control-Allow-Methods:
         | 
| 950 | 
            -
                  - GET, POST, OPTIONS
         | 
| 951 | 
            -
                  Access-Control-Allow-Origin:
         | 
| 952 | 
            -
                  - "*"
         | 
| 953 | 
            -
                  Access-Control-Max-Age:
         | 
| 954 | 
            -
                  - '1728000'
         | 
| 955 | 
            -
                  Cache-Control:
         | 
| 956 | 
            -
                  - no-cache
         | 
| 843 | 
            +
                  Date:
         | 
| 844 | 
            +
                  - Fri, 10 Aug 2018 16:23:45 GMT
         | 
| 957 845 | 
             
                  Content-Type:
         | 
| 958 846 | 
             
                  - application/json; charset=utf-8
         | 
| 959 | 
            -
                   | 
| 960 | 
            -
                  -  | 
| 961 | 
            -
                  Server:
         | 
| 962 | 
            -
                  - openresty/1.11.2.2
         | 
| 847 | 
            +
                  Connection:
         | 
| 848 | 
            +
                  - keep-alive
         | 
| 963 849 | 
             
                  Status:
         | 
| 964 850 | 
             
                  - 202 Accepted
         | 
| 851 | 
            +
                  Cache-Control:
         | 
| 852 | 
            +
                  - no-cache
         | 
| 965 853 | 
             
                  Vary:
         | 
| 966 | 
            -
                  - Accept-Encoding
         | 
| 967 | 
            -
                  X- | 
| 968 | 
            -
                  -  | 
| 854 | 
            +
                  - Accept-Encoding, Origin
         | 
| 855 | 
            +
                  X-Xss-Protection:
         | 
| 856 | 
            +
                  - 1; mode=block
         | 
| 857 | 
            +
                  X-Credential-Username:
         | 
| 858 | 
            +
                  - 0000-0002-8599-0773
         | 
| 859 | 
            +
                  X-Request-Id:
         | 
| 860 | 
            +
                  - 255f8ac5-20aa-44bc-8662-68dd1b678b11
         | 
| 861 | 
            +
                  X-Runtime:
         | 
| 862 | 
            +
                  - '0.006907'
         | 
| 969 863 | 
             
                  X-Frame-Options:
         | 
| 970 864 | 
             
                  - SAMEORIGIN
         | 
| 865 | 
            +
                  X-Content-Type-Options:
         | 
| 866 | 
            +
                  - nosniff
         | 
| 971 867 | 
             
                  X-Powered-By:
         | 
| 972 | 
            -
                  - Phusion Passenger 5.1 | 
| 973 | 
            -
                   | 
| 974 | 
            -
                  -  | 
| 975 | 
            -
                  X-Runtime:
         | 
| 976 | 
            -
                  - '0.013389'
         | 
| 977 | 
            -
                  X-Xss-Protection:
         | 
| 978 | 
            -
                  - 1; mode=block
         | 
| 979 | 
            -
                  Content-Length:
         | 
| 980 | 
            -
                  - '223'
         | 
| 981 | 
            -
                  Connection:
         | 
| 982 | 
            -
                  - keep-alive
         | 
| 868 | 
            +
                  - Phusion Passenger 5.3.1
         | 
| 869 | 
            +
                  Server:
         | 
| 870 | 
            +
                  - nginx/1.14.0 + Phusion Passenger 5.3.1
         | 
| 983 871 | 
             
                body:
         | 
| 984 | 
            -
                  encoding:  | 
| 985 | 
            -
                  string: '{"data":{"id":" | 
| 872 | 
            +
                  encoding: ASCII-8BIT
         | 
| 873 | 
            +
                  string: '{"data":{"id":"7da31c9c-113d-4706-969e-70f831b84842","type":"claims","attributes":{"orcid":"0000-0001-5109-3700","doi":"10.5438/6423","source-id":"orcid_update","state":"done","claim-action":"create","error-messages":null,"put-code":30033175,"claimed":"2017-02-02T19:23:39Z","created":"2017-02-02T19:23:38Z","updated":"2017-02-02T19:23:39Z"}}}'
         | 
| 986 874 | 
             
                http_version: 
         | 
| 987 | 
            -
              recorded_at:  | 
| 875 | 
            +
              recorded_at: Fri, 10 Aug 2018 16:23:45 GMT
         | 
| 988 876 | 
             
            - request:
         | 
| 989 877 | 
             
                method: post
         | 
| 990 878 | 
             
                uri: https://profiles.test.datacite.org/api/claims
         | 
| @@ -993,9 +881,9 @@ http_interactions: | |
| 993 881 | 
             
                  string: '{"claim":{"orcid":"0000-0001-8771-7239","doi":"10.5438/6423","source_id":"orcid_update","claim_action":"create"}}'
         | 
| 994 882 | 
             
                headers:
         | 
| 995 883 | 
             
                  User-Agent:
         | 
| 996 | 
            -
                  - Maremma  | 
| 884 | 
            +
                  - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
         | 
| 997 885 | 
             
                  Content-Type:
         | 
| 998 | 
            -
                  - application/json
         | 
| 886 | 
            +
                  - application/json;charset=UTF-8
         | 
| 999 887 | 
             
                  Accept:
         | 
| 1000 888 | 
             
                  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
         | 
| 1001 889 | 
             
                  Authorization:
         | 
| @@ -1003,49 +891,41 @@ http_interactions: | |
| 1003 891 | 
             
              response:
         | 
| 1004 892 | 
             
                status:
         | 
| 1005 893 | 
             
                  code: 202
         | 
| 1006 | 
            -
                  message:  | 
| 894 | 
            +
                  message: Accepted
         | 
| 1007 895 | 
             
                headers:
         | 
| 1008 | 
            -
                   | 
| 1009 | 
            -
                  -  | 
| 1010 | 
            -
                  Access-Control-Allow-Methods:
         | 
| 1011 | 
            -
                  - GET, POST, OPTIONS
         | 
| 1012 | 
            -
                  Access-Control-Allow-Origin:
         | 
| 1013 | 
            -
                  - "*"
         | 
| 1014 | 
            -
                  Access-Control-Max-Age:
         | 
| 1015 | 
            -
                  - '1728000'
         | 
| 1016 | 
            -
                  Cache-Control:
         | 
| 1017 | 
            -
                  - no-cache
         | 
| 896 | 
            +
                  Date:
         | 
| 897 | 
            +
                  - Fri, 10 Aug 2018 16:23:45 GMT
         | 
| 1018 898 | 
             
                  Content-Type:
         | 
| 1019 899 | 
             
                  - application/json; charset=utf-8
         | 
| 1020 | 
            -
                   | 
| 1021 | 
            -
                  -  | 
| 1022 | 
            -
                  Server:
         | 
| 1023 | 
            -
                  - openresty/1.11.2.2
         | 
| 900 | 
            +
                  Connection:
         | 
| 901 | 
            +
                  - keep-alive
         | 
| 1024 902 | 
             
                  Status:
         | 
| 1025 903 | 
             
                  - 202 Accepted
         | 
| 904 | 
            +
                  Cache-Control:
         | 
| 905 | 
            +
                  - no-cache
         | 
| 1026 906 | 
             
                  Vary:
         | 
| 1027 | 
            -
                  - Accept-Encoding
         | 
| 1028 | 
            -
                  X- | 
| 1029 | 
            -
                  -  | 
| 907 | 
            +
                  - Accept-Encoding, Origin
         | 
| 908 | 
            +
                  X-Xss-Protection:
         | 
| 909 | 
            +
                  - 1; mode=block
         | 
| 910 | 
            +
                  X-Credential-Username:
         | 
| 911 | 
            +
                  - 0000-0002-8599-0773
         | 
| 912 | 
            +
                  X-Request-Id:
         | 
| 913 | 
            +
                  - d5f79400-2cb1-4689-81a0-21267e2912de
         | 
| 914 | 
            +
                  X-Runtime:
         | 
| 915 | 
            +
                  - '0.006738'
         | 
| 1030 916 | 
             
                  X-Frame-Options:
         | 
| 1031 917 | 
             
                  - SAMEORIGIN
         | 
| 918 | 
            +
                  X-Content-Type-Options:
         | 
| 919 | 
            +
                  - nosniff
         | 
| 1032 920 | 
             
                  X-Powered-By:
         | 
| 1033 | 
            -
                  - Phusion Passenger 5.1 | 
| 1034 | 
            -
                   | 
| 1035 | 
            -
                  -  | 
| 1036 | 
            -
                  X-Runtime:
         | 
| 1037 | 
            -
                  - '0.040869'
         | 
| 1038 | 
            -
                  X-Xss-Protection:
         | 
| 1039 | 
            -
                  - 1; mode=block
         | 
| 1040 | 
            -
                  Content-Length:
         | 
| 1041 | 
            -
                  - '223'
         | 
| 1042 | 
            -
                  Connection:
         | 
| 1043 | 
            -
                  - keep-alive
         | 
| 921 | 
            +
                  - Phusion Passenger 5.3.1
         | 
| 922 | 
            +
                  Server:
         | 
| 923 | 
            +
                  - nginx/1.14.0 + Phusion Passenger 5.3.1
         | 
| 1044 924 | 
             
                body:
         | 
| 1045 | 
            -
                  encoding:  | 
| 1046 | 
            -
                  string: '{"data":{"id":" | 
| 925 | 
            +
                  encoding: ASCII-8BIT
         | 
| 926 | 
            +
                  string: '{"data":{"id":"3cbb525c-bdc9-41a5-9f18-7e8dbf131099","type":"claims","attributes":{"orcid":"0000-0001-8771-7239","doi":"10.5438/6423","source-id":"orcid_update","state":"done","claim-action":"create","error-messages":null,"put-code":31354018,"claimed":"2017-03-27T00:13:20Z","created":"2017-02-02T19:23:38Z","updated":"2018-08-10T14:57:48Z"}}}'
         | 
| 1047 927 | 
             
                http_version: 
         | 
| 1048 | 
            -
              recorded_at:  | 
| 928 | 
            +
              recorded_at: Fri, 10 Aug 2018 16:23:45 GMT
         | 
| 1049 929 | 
             
            - request:
         | 
| 1050 930 | 
             
                method: post
         | 
| 1051 931 | 
             
                uri: https://profiles.test.datacite.org/api/claims
         | 
| @@ -1054,9 +934,9 @@ http_interactions: | |
| 1054 934 | 
             
                  string: '{"claim":{"orcid":"0000-0001-6843-7960","doi":"10.5438/6423","source_id":"orcid_update","claim_action":"create"}}'
         | 
| 1055 935 | 
             
                headers:
         | 
| 1056 936 | 
             
                  User-Agent:
         | 
| 1057 | 
            -
                  - Maremma  | 
| 937 | 
            +
                  - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
         | 
| 1058 938 | 
             
                  Content-Type:
         | 
| 1059 | 
            -
                  - application/json
         | 
| 939 | 
            +
                  - application/json;charset=UTF-8
         | 
| 1060 940 | 
             
                  Accept:
         | 
| 1061 941 | 
             
                  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
         | 
| 1062 942 | 
             
                  Authorization:
         | 
| @@ -1064,49 +944,41 @@ http_interactions: | |
| 1064 944 | 
             
              response:
         | 
| 1065 945 | 
             
                status:
         | 
| 1066 946 | 
             
                  code: 202
         | 
| 1067 | 
            -
                  message:  | 
| 947 | 
            +
                  message: Accepted
         | 
| 1068 948 | 
             
                headers:
         | 
| 1069 | 
            -
                   | 
| 1070 | 
            -
                  -  | 
| 1071 | 
            -
                  Access-Control-Allow-Methods:
         | 
| 1072 | 
            -
                  - GET, POST, OPTIONS
         | 
| 1073 | 
            -
                  Access-Control-Allow-Origin:
         | 
| 1074 | 
            -
                  - "*"
         | 
| 1075 | 
            -
                  Access-Control-Max-Age:
         | 
| 1076 | 
            -
                  - '1728000'
         | 
| 1077 | 
            -
                  Cache-Control:
         | 
| 1078 | 
            -
                  - no-cache
         | 
| 949 | 
            +
                  Date:
         | 
| 950 | 
            +
                  - Fri, 10 Aug 2018 16:23:45 GMT
         | 
| 1079 951 | 
             
                  Content-Type:
         | 
| 1080 952 | 
             
                  - application/json; charset=utf-8
         | 
| 1081 | 
            -
                   | 
| 1082 | 
            -
                  -  | 
| 1083 | 
            -
                  Server:
         | 
| 1084 | 
            -
                  - openresty/1.11.2.2
         | 
| 953 | 
            +
                  Connection:
         | 
| 954 | 
            +
                  - keep-alive
         | 
| 1085 955 | 
             
                  Status:
         | 
| 1086 956 | 
             
                  - 202 Accepted
         | 
| 957 | 
            +
                  Cache-Control:
         | 
| 958 | 
            +
                  - no-cache
         | 
| 1087 959 | 
             
                  Vary:
         | 
| 1088 | 
            -
                  - Accept-Encoding
         | 
| 1089 | 
            -
                  X-Content-Type-Options:
         | 
| 1090 | 
            -
                  - nosniff
         | 
| 1091 | 
            -
                  X-Frame-Options:
         | 
| 1092 | 
            -
                  - SAMEORIGIN
         | 
| 1093 | 
            -
                  X-Powered-By:
         | 
| 1094 | 
            -
                  - Phusion Passenger 5.1.5
         | 
| 1095 | 
            -
                  X-Request-Id:
         | 
| 1096 | 
            -
                  - 51578caa-19c8-48f2-bc0d-67b970030959
         | 
| 1097 | 
            -
                  X-Runtime:
         | 
| 1098 | 
            -
                  - '0.012089'
         | 
| 960 | 
            +
                  - Accept-Encoding, Origin
         | 
| 1099 961 | 
             
                  X-Xss-Protection:
         | 
| 1100 962 | 
             
                  - 1; mode=block
         | 
| 1101 | 
            -
                   | 
| 1102 | 
            -
                  -  | 
| 1103 | 
            -
                   | 
| 1104 | 
            -
                  -  | 
| 963 | 
            +
                  X-Credential-Username:
         | 
| 964 | 
            +
                  - 0000-0002-8599-0773
         | 
| 965 | 
            +
                  X-Request-Id:
         | 
| 966 | 
            +
                  - c9c605c6-4a34-4c17-a85d-20e116e9040a
         | 
| 967 | 
            +
                  X-Runtime:
         | 
| 968 | 
            +
                  - '0.006838'
         | 
| 969 | 
            +
                  X-Frame-Options:
         | 
| 970 | 
            +
                  - SAMEORIGIN
         | 
| 971 | 
            +
                  X-Content-Type-Options:
         | 
| 972 | 
            +
                  - nosniff
         | 
| 973 | 
            +
                  X-Powered-By:
         | 
| 974 | 
            +
                  - Phusion Passenger 5.3.1
         | 
| 975 | 
            +
                  Server:
         | 
| 976 | 
            +
                  - nginx/1.14.0 + Phusion Passenger 5.3.1
         | 
| 1105 977 | 
             
                body:
         | 
| 1106 | 
            -
                  encoding:  | 
| 1107 | 
            -
                  string: '{"data":{"id":" | 
| 978 | 
            +
                  encoding: ASCII-8BIT
         | 
| 979 | 
            +
                  string: '{"data":{"id":"680d8596-9e4a-47f8-b92f-80a8ebe34a68","type":"claims","attributes":{"orcid":"0000-0001-6843-7960","doi":"10.5438/6423","source-id":"orcid_update","state":"done","claim-action":"create","error-messages":null,"put-code":30033176,"claimed":"2017-02-02T19:23:40Z","created":"2017-02-02T19:23:39Z","updated":"2017-02-02T19:23:40Z"}}}'
         | 
| 1108 980 | 
             
                http_version: 
         | 
| 1109 | 
            -
              recorded_at:  | 
| 981 | 
            +
              recorded_at: Fri, 10 Aug 2018 16:23:45 GMT
         | 
| 1110 982 | 
             
            - request:
         | 
| 1111 983 | 
             
                method: post
         | 
| 1112 984 | 
             
                uri: https://profiles.test.datacite.org/api/claims
         | 
| @@ -1115,9 +987,9 @@ http_interactions: | |
| 1115 987 | 
             
                  string: '{"claim":{"orcid":"0000-0001-9623-2225","doi":"10.5438/6423","source_id":"orcid_update","claim_action":"create"}}'
         | 
| 1116 988 | 
             
                headers:
         | 
| 1117 989 | 
             
                  User-Agent:
         | 
| 1118 | 
            -
                  - Maremma  | 
| 990 | 
            +
                  - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
         | 
| 1119 991 | 
             
                  Content-Type:
         | 
| 1120 | 
            -
                  - application/json
         | 
| 992 | 
            +
                  - application/json;charset=UTF-8
         | 
| 1121 993 | 
             
                  Accept:
         | 
| 1122 994 | 
             
                  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
         | 
| 1123 995 | 
             
                  Authorization:
         | 
| @@ -1125,49 +997,41 @@ http_interactions: | |
| 1125 997 | 
             
              response:
         | 
| 1126 998 | 
             
                status:
         | 
| 1127 999 | 
             
                  code: 202
         | 
| 1128 | 
            -
                  message:  | 
| 1000 | 
            +
                  message: Accepted
         | 
| 1129 1001 | 
             
                headers:
         | 
| 1130 | 
            -
                   | 
| 1131 | 
            -
                  -  | 
| 1132 | 
            -
                  Access-Control-Allow-Methods:
         | 
| 1133 | 
            -
                  - GET, POST, OPTIONS
         | 
| 1134 | 
            -
                  Access-Control-Allow-Origin:
         | 
| 1135 | 
            -
                  - "*"
         | 
| 1136 | 
            -
                  Access-Control-Max-Age:
         | 
| 1137 | 
            -
                  - '1728000'
         | 
| 1138 | 
            -
                  Cache-Control:
         | 
| 1139 | 
            -
                  - no-cache
         | 
| 1002 | 
            +
                  Date:
         | 
| 1003 | 
            +
                  - Fri, 10 Aug 2018 16:23:45 GMT
         | 
| 1140 1004 | 
             
                  Content-Type:
         | 
| 1141 1005 | 
             
                  - application/json; charset=utf-8
         | 
| 1142 | 
            -
                   | 
| 1143 | 
            -
                  -  | 
| 1144 | 
            -
                  Server:
         | 
| 1145 | 
            -
                  - openresty/1.11.2.2
         | 
| 1006 | 
            +
                  Connection:
         | 
| 1007 | 
            +
                  - keep-alive
         | 
| 1146 1008 | 
             
                  Status:
         | 
| 1147 1009 | 
             
                  - 202 Accepted
         | 
| 1010 | 
            +
                  Cache-Control:
         | 
| 1011 | 
            +
                  - no-cache
         | 
| 1148 1012 | 
             
                  Vary:
         | 
| 1149 | 
            -
                  - Accept-Encoding
         | 
| 1150 | 
            -
                  X- | 
| 1151 | 
            -
                  -  | 
| 1013 | 
            +
                  - Accept-Encoding, Origin
         | 
| 1014 | 
            +
                  X-Xss-Protection:
         | 
| 1015 | 
            +
                  - 1; mode=block
         | 
| 1016 | 
            +
                  X-Credential-Username:
         | 
| 1017 | 
            +
                  - 0000-0002-8599-0773
         | 
| 1018 | 
            +
                  X-Request-Id:
         | 
| 1019 | 
            +
                  - 28bc29da-8841-48f8-b7b1-6c919218d7ec
         | 
| 1020 | 
            +
                  X-Runtime:
         | 
| 1021 | 
            +
                  - '0.006729'
         | 
| 1152 1022 | 
             
                  X-Frame-Options:
         | 
| 1153 1023 | 
             
                  - SAMEORIGIN
         | 
| 1024 | 
            +
                  X-Content-Type-Options:
         | 
| 1025 | 
            +
                  - nosniff
         | 
| 1154 1026 | 
             
                  X-Powered-By:
         | 
| 1155 | 
            -
                  - Phusion Passenger 5.1 | 
| 1156 | 
            -
                   | 
| 1157 | 
            -
                  -  | 
| 1158 | 
            -
                  X-Runtime:
         | 
| 1159 | 
            -
                  - '0.011732'
         | 
| 1160 | 
            -
                  X-Xss-Protection:
         | 
| 1161 | 
            -
                  - 1; mode=block
         | 
| 1162 | 
            -
                  Content-Length:
         | 
| 1163 | 
            -
                  - '223'
         | 
| 1164 | 
            -
                  Connection:
         | 
| 1165 | 
            -
                  - keep-alive
         | 
| 1027 | 
            +
                  - Phusion Passenger 5.3.1
         | 
| 1028 | 
            +
                  Server:
         | 
| 1029 | 
            +
                  - nginx/1.14.0 + Phusion Passenger 5.3.1
         | 
| 1166 1030 | 
             
                body:
         | 
| 1167 | 
            -
                  encoding:  | 
| 1168 | 
            -
                  string: '{"data":{"id":" | 
| 1031 | 
            +
                  encoding: ASCII-8BIT
         | 
| 1032 | 
            +
                  string: '{"data":{"id":"cb256708-f663-4619-ae8d-cfd8d381d2c8","type":"claims","attributes":{"orcid":"0000-0001-9623-2225","doi":"10.5438/6423","source-id":"orcid_update","state":"done","claim-action":"create","error-messages":null,"put-code":43593283,"claimed":"2018-04-13T05:23:44Z","created":"2017-02-02T19:23:39Z","updated":"2018-04-13T05:23:44Z"}}}'
         | 
| 1169 1033 | 
             
                http_version: 
         | 
| 1170 | 
            -
              recorded_at:  | 
| 1034 | 
            +
              recorded_at: Fri, 10 Aug 2018 16:23:45 GMT
         | 
| 1171 1035 | 
             
            - request:
         | 
| 1172 1036 | 
             
                method: post
         | 
| 1173 1037 | 
             
                uri: https://profiles.test.datacite.org/api/claims
         | 
| @@ -1176,9 +1040,9 @@ http_interactions: | |
| 1176 1040 | 
             
                  string: '{"claim":{"orcid":"0000-0002-1611-6935","doi":"10.5438/6423","source_id":"orcid_update","claim_action":"create"}}'
         | 
| 1177 1041 | 
             
                headers:
         | 
| 1178 1042 | 
             
                  User-Agent:
         | 
| 1179 | 
            -
                  - Maremma  | 
| 1043 | 
            +
                  - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
         | 
| 1180 1044 | 
             
                  Content-Type:
         | 
| 1181 | 
            -
                  - application/json
         | 
| 1045 | 
            +
                  - application/json;charset=UTF-8
         | 
| 1182 1046 | 
             
                  Accept:
         | 
| 1183 1047 | 
             
                  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
         | 
| 1184 1048 | 
             
                  Authorization:
         | 
| @@ -1186,49 +1050,41 @@ http_interactions: | |
| 1186 1050 | 
             
              response:
         | 
| 1187 1051 | 
             
                status:
         | 
| 1188 1052 | 
             
                  code: 202
         | 
| 1189 | 
            -
                  message:  | 
| 1053 | 
            +
                  message: Accepted
         | 
| 1190 1054 | 
             
                headers:
         | 
| 1191 | 
            -
                   | 
| 1192 | 
            -
                  -  | 
| 1193 | 
            -
                  Access-Control-Allow-Methods:
         | 
| 1194 | 
            -
                  - GET, POST, OPTIONS
         | 
| 1195 | 
            -
                  Access-Control-Allow-Origin:
         | 
| 1196 | 
            -
                  - "*"
         | 
| 1197 | 
            -
                  Access-Control-Max-Age:
         | 
| 1198 | 
            -
                  - '1728000'
         | 
| 1199 | 
            -
                  Cache-Control:
         | 
| 1200 | 
            -
                  - no-cache
         | 
| 1055 | 
            +
                  Date:
         | 
| 1056 | 
            +
                  - Fri, 10 Aug 2018 16:23:45 GMT
         | 
| 1201 1057 | 
             
                  Content-Type:
         | 
| 1202 1058 | 
             
                  - application/json; charset=utf-8
         | 
| 1203 | 
            -
                   | 
| 1204 | 
            -
                  -  | 
| 1205 | 
            -
                  Server:
         | 
| 1206 | 
            -
                  - openresty/1.11.2.2
         | 
| 1059 | 
            +
                  Connection:
         | 
| 1060 | 
            +
                  - keep-alive
         | 
| 1207 1061 | 
             
                  Status:
         | 
| 1208 1062 | 
             
                  - 202 Accepted
         | 
| 1063 | 
            +
                  Cache-Control:
         | 
| 1064 | 
            +
                  - no-cache
         | 
| 1209 1065 | 
             
                  Vary:
         | 
| 1210 | 
            -
                  - Accept-Encoding
         | 
| 1211 | 
            -
                  X- | 
| 1212 | 
            -
                  -  | 
| 1066 | 
            +
                  - Accept-Encoding, Origin
         | 
| 1067 | 
            +
                  X-Xss-Protection:
         | 
| 1068 | 
            +
                  - 1; mode=block
         | 
| 1069 | 
            +
                  X-Credential-Username:
         | 
| 1070 | 
            +
                  - 0000-0002-8599-0773
         | 
| 1071 | 
            +
                  X-Request-Id:
         | 
| 1072 | 
            +
                  - e19eb9c6-023f-47d6-bd55-8034ae9068b5
         | 
| 1073 | 
            +
                  X-Runtime:
         | 
| 1074 | 
            +
                  - '0.006803'
         | 
| 1213 1075 | 
             
                  X-Frame-Options:
         | 
| 1214 1076 | 
             
                  - SAMEORIGIN
         | 
| 1077 | 
            +
                  X-Content-Type-Options:
         | 
| 1078 | 
            +
                  - nosniff
         | 
| 1215 1079 | 
             
                  X-Powered-By:
         | 
| 1216 | 
            -
                  - Phusion Passenger 5.1 | 
| 1217 | 
            -
                   | 
| 1218 | 
            -
                  -  | 
| 1219 | 
            -
                  X-Runtime:
         | 
| 1220 | 
            -
                  - '0.018534'
         | 
| 1221 | 
            -
                  X-Xss-Protection:
         | 
| 1222 | 
            -
                  - 1; mode=block
         | 
| 1223 | 
            -
                  Content-Length:
         | 
| 1224 | 
            -
                  - '223'
         | 
| 1225 | 
            -
                  Connection:
         | 
| 1226 | 
            -
                  - keep-alive
         | 
| 1080 | 
            +
                  - Phusion Passenger 5.3.1
         | 
| 1081 | 
            +
                  Server:
         | 
| 1082 | 
            +
                  - nginx/1.14.0 + Phusion Passenger 5.3.1
         | 
| 1227 1083 | 
             
                body:
         | 
| 1228 | 
            -
                  encoding:  | 
| 1229 | 
            -
                  string: '{"data":{"id":" | 
| 1084 | 
            +
                  encoding: ASCII-8BIT
         | 
| 1085 | 
            +
                  string: '{"data":{"id":"06f2bdfe-43d9-4c4d-a8bf-274fc44ef3da","type":"claims","attributes":{"orcid":"0000-0002-1611-6935","doi":"10.5438/6423","source-id":"orcid_update","state":"done","claim-action":"create","error-messages":null,"put-code":30033177,"claimed":"2017-02-02T19:23:40Z","created":"2017-02-02T19:23:39Z","updated":"2017-02-02T19:23:40Z"}}}'
         | 
| 1230 1086 | 
             
                http_version: 
         | 
| 1231 | 
            -
              recorded_at:  | 
| 1087 | 
            +
              recorded_at: Fri, 10 Aug 2018 16:23:45 GMT
         | 
| 1232 1088 | 
             
            - request:
         | 
| 1233 1089 | 
             
                method: post
         | 
| 1234 1090 | 
             
                uri: https://profiles.test.datacite.org/api/claims
         | 
| @@ -1237,9 +1093,9 @@ http_interactions: | |
| 1237 1093 | 
             
                  string: '{"claim":{"orcid":"0000-0003-0762-2235","doi":"10.5438/6423","source_id":"orcid_update","claim_action":"create"}}'
         | 
| 1238 1094 | 
             
                headers:
         | 
| 1239 1095 | 
             
                  User-Agent:
         | 
| 1240 | 
            -
                  - Maremma  | 
| 1096 | 
            +
                  - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
         | 
| 1241 1097 | 
             
                  Content-Type:
         | 
| 1242 | 
            -
                  - application/json
         | 
| 1098 | 
            +
                  - application/json;charset=UTF-8
         | 
| 1243 1099 | 
             
                  Accept:
         | 
| 1244 1100 | 
             
                  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
         | 
| 1245 1101 | 
             
                  Authorization:
         | 
| @@ -1247,49 +1103,41 @@ http_interactions: | |
| 1247 1103 | 
             
              response:
         | 
| 1248 1104 | 
             
                status:
         | 
| 1249 1105 | 
             
                  code: 202
         | 
| 1250 | 
            -
                  message:  | 
| 1106 | 
            +
                  message: Accepted
         | 
| 1251 1107 | 
             
                headers:
         | 
| 1252 | 
            -
                   | 
| 1253 | 
            -
                  -  | 
| 1254 | 
            -
                  Access-Control-Allow-Methods:
         | 
| 1255 | 
            -
                  - GET, POST, OPTIONS
         | 
| 1256 | 
            -
                  Access-Control-Allow-Origin:
         | 
| 1257 | 
            -
                  - "*"
         | 
| 1258 | 
            -
                  Access-Control-Max-Age:
         | 
| 1259 | 
            -
                  - '1728000'
         | 
| 1260 | 
            -
                  Cache-Control:
         | 
| 1261 | 
            -
                  - no-cache
         | 
| 1108 | 
            +
                  Date:
         | 
| 1109 | 
            +
                  - Fri, 10 Aug 2018 16:23:46 GMT
         | 
| 1262 1110 | 
             
                  Content-Type:
         | 
| 1263 1111 | 
             
                  - application/json; charset=utf-8
         | 
| 1264 | 
            -
                   | 
| 1265 | 
            -
                  -  | 
| 1266 | 
            -
                  Server:
         | 
| 1267 | 
            -
                  - openresty/1.11.2.2
         | 
| 1112 | 
            +
                  Connection:
         | 
| 1113 | 
            +
                  - keep-alive
         | 
| 1268 1114 | 
             
                  Status:
         | 
| 1269 1115 | 
             
                  - 202 Accepted
         | 
| 1116 | 
            +
                  Cache-Control:
         | 
| 1117 | 
            +
                  - no-cache
         | 
| 1270 1118 | 
             
                  Vary:
         | 
| 1271 | 
            -
                  - Accept-Encoding
         | 
| 1272 | 
            -
                  X- | 
| 1273 | 
            -
                  -  | 
| 1119 | 
            +
                  - Accept-Encoding, Origin
         | 
| 1120 | 
            +
                  X-Xss-Protection:
         | 
| 1121 | 
            +
                  - 1; mode=block
         | 
| 1122 | 
            +
                  X-Credential-Username:
         | 
| 1123 | 
            +
                  - 0000-0002-8599-0773
         | 
| 1124 | 
            +
                  X-Request-Id:
         | 
| 1125 | 
            +
                  - 1a7860c6-65dc-4f67-ac67-5f533c2f0ed1
         | 
| 1126 | 
            +
                  X-Runtime:
         | 
| 1127 | 
            +
                  - '0.015595'
         | 
| 1274 1128 | 
             
                  X-Frame-Options:
         | 
| 1275 1129 | 
             
                  - SAMEORIGIN
         | 
| 1130 | 
            +
                  X-Content-Type-Options:
         | 
| 1131 | 
            +
                  - nosniff
         | 
| 1276 1132 | 
             
                  X-Powered-By:
         | 
| 1277 | 
            -
                  - Phusion Passenger 5.1 | 
| 1278 | 
            -
                   | 
| 1279 | 
            -
                  -  | 
| 1280 | 
            -
                  X-Runtime:
         | 
| 1281 | 
            -
                  - '0.012249'
         | 
| 1282 | 
            -
                  X-Xss-Protection:
         | 
| 1283 | 
            -
                  - 1; mode=block
         | 
| 1284 | 
            -
                  Content-Length:
         | 
| 1285 | 
            -
                  - '223'
         | 
| 1286 | 
            -
                  Connection:
         | 
| 1287 | 
            -
                  - keep-alive
         | 
| 1133 | 
            +
                  - Phusion Passenger 5.3.1
         | 
| 1134 | 
            +
                  Server:
         | 
| 1135 | 
            +
                  - nginx/1.14.0 + Phusion Passenger 5.3.1
         | 
| 1288 1136 | 
             
                body:
         | 
| 1289 | 
            -
                  encoding:  | 
| 1290 | 
            -
                  string: '{"data":{"id":" | 
| 1137 | 
            +
                  encoding: ASCII-8BIT
         | 
| 1138 | 
            +
                  string: '{"data":{"id":"1c528bc0-54ed-487e-b155-7dd3f685b4d4","type":"claims","attributes":{"orcid":"0000-0003-0762-2235","doi":"10.5438/6423","source-id":"orcid_update","state":"waiting","claim-action":"create","error-messages":null,"put-code":null,"claimed":null,"created":"2017-02-02T19:23:40Z","updated":"2018-08-10T16:23:46Z"}}}'
         | 
| 1291 1139 | 
             
                http_version: 
         | 
| 1292 | 
            -
              recorded_at:  | 
| 1140 | 
            +
              recorded_at: Fri, 10 Aug 2018 16:23:46 GMT
         | 
| 1293 1141 | 
             
            - request:
         | 
| 1294 1142 | 
             
                method: post
         | 
| 1295 1143 | 
             
                uri: https://profiles.test.datacite.org/api/claims
         | 
| @@ -1298,9 +1146,9 @@ http_interactions: | |
| 1298 1146 | 
             
                  string: '{"claim":{"orcid":"0000-0002-9829-091X","doi":"10.5438/6423","source_id":"orcid_update","claim_action":"create"}}'
         | 
| 1299 1147 | 
             
                headers:
         | 
| 1300 1148 | 
             
                  User-Agent:
         | 
| 1301 | 
            -
                  - Maremma  | 
| 1149 | 
            +
                  - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
         | 
| 1302 1150 | 
             
                  Content-Type:
         | 
| 1303 | 
            -
                  - application/json
         | 
| 1151 | 
            +
                  - application/json;charset=UTF-8
         | 
| 1304 1152 | 
             
                  Accept:
         | 
| 1305 1153 | 
             
                  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
         | 
| 1306 1154 | 
             
                  Authorization:
         | 
| @@ -1308,49 +1156,41 @@ http_interactions: | |
| 1308 1156 | 
             
              response:
         | 
| 1309 1157 | 
             
                status:
         | 
| 1310 1158 | 
             
                  code: 202
         | 
| 1311 | 
            -
                  message:  | 
| 1159 | 
            +
                  message: Accepted
         | 
| 1312 1160 | 
             
                headers:
         | 
| 1313 | 
            -
                   | 
| 1314 | 
            -
                  -  | 
| 1315 | 
            -
                  Access-Control-Allow-Methods:
         | 
| 1316 | 
            -
                  - GET, POST, OPTIONS
         | 
| 1317 | 
            -
                  Access-Control-Allow-Origin:
         | 
| 1318 | 
            -
                  - "*"
         | 
| 1319 | 
            -
                  Access-Control-Max-Age:
         | 
| 1320 | 
            -
                  - '1728000'
         | 
| 1321 | 
            -
                  Cache-Control:
         | 
| 1322 | 
            -
                  - no-cache
         | 
| 1161 | 
            +
                  Date:
         | 
| 1162 | 
            +
                  - Fri, 10 Aug 2018 16:23:46 GMT
         | 
| 1323 1163 | 
             
                  Content-Type:
         | 
| 1324 1164 | 
             
                  - application/json; charset=utf-8
         | 
| 1325 | 
            -
                   | 
| 1326 | 
            -
                  -  | 
| 1327 | 
            -
                  Server:
         | 
| 1328 | 
            -
                  - openresty/1.11.2.2
         | 
| 1165 | 
            +
                  Connection:
         | 
| 1166 | 
            +
                  - keep-alive
         | 
| 1329 1167 | 
             
                  Status:
         | 
| 1330 1168 | 
             
                  - 202 Accepted
         | 
| 1169 | 
            +
                  Cache-Control:
         | 
| 1170 | 
            +
                  - no-cache
         | 
| 1331 1171 | 
             
                  Vary:
         | 
| 1332 | 
            -
                  - Accept-Encoding
         | 
| 1333 | 
            -
                  X- | 
| 1334 | 
            -
                  -  | 
| 1172 | 
            +
                  - Accept-Encoding, Origin
         | 
| 1173 | 
            +
                  X-Xss-Protection:
         | 
| 1174 | 
            +
                  - 1; mode=block
         | 
| 1175 | 
            +
                  X-Credential-Username:
         | 
| 1176 | 
            +
                  - 0000-0002-8599-0773
         | 
| 1177 | 
            +
                  X-Request-Id:
         | 
| 1178 | 
            +
                  - a9148dbc-9601-490f-a1e5-25d65c8fcf31
         | 
| 1179 | 
            +
                  X-Runtime:
         | 
| 1180 | 
            +
                  - '0.007016'
         | 
| 1335 1181 | 
             
                  X-Frame-Options:
         | 
| 1336 1182 | 
             
                  - SAMEORIGIN
         | 
| 1183 | 
            +
                  X-Content-Type-Options:
         | 
| 1184 | 
            +
                  - nosniff
         | 
| 1337 1185 | 
             
                  X-Powered-By:
         | 
| 1338 | 
            -
                  - Phusion Passenger 5.1 | 
| 1339 | 
            -
                   | 
| 1340 | 
            -
                  -  | 
| 1341 | 
            -
                  X-Runtime:
         | 
| 1342 | 
            -
                  - '0.012331'
         | 
| 1343 | 
            -
                  X-Xss-Protection:
         | 
| 1344 | 
            -
                  - 1; mode=block
         | 
| 1345 | 
            -
                  Content-Length:
         | 
| 1346 | 
            -
                  - '223'
         | 
| 1347 | 
            -
                  Connection:
         | 
| 1348 | 
            -
                  - keep-alive
         | 
| 1186 | 
            +
                  - Phusion Passenger 5.3.1
         | 
| 1187 | 
            +
                  Server:
         | 
| 1188 | 
            +
                  - nginx/1.14.0 + Phusion Passenger 5.3.1
         | 
| 1349 1189 | 
             
                body:
         | 
| 1350 | 
            -
                  encoding:  | 
| 1351 | 
            -
                  string: '{"data":{"id":" | 
| 1190 | 
            +
                  encoding: ASCII-8BIT
         | 
| 1191 | 
            +
                  string: '{"data":{"id":"e4c90b6e-1c6e-4859-8396-07512323879c","type":"claims","attributes":{"orcid":"0000-0002-9829-091X","doi":"10.5438/6423","source-id":"orcid_update","state":"done","claim-action":"create","error-messages":null,"put-code":43593401,"claimed":"2018-04-13T05:23:50Z","created":"2017-02-02T19:23:40Z","updated":"2018-04-13T05:23:50Z"}}}'
         | 
| 1352 1192 | 
             
                http_version: 
         | 
| 1353 | 
            -
              recorded_at:  | 
| 1193 | 
            +
              recorded_at: Fri, 10 Aug 2018 16:23:46 GMT
         | 
| 1354 1194 | 
             
            - request:
         | 
| 1355 1195 | 
             
                method: post
         | 
| 1356 1196 | 
             
                uri: https://profiles.test.datacite.org/api/claims
         | 
| @@ -1359,9 +1199,9 @@ http_interactions: | |
| 1359 1199 | 
             
                  string: '{"claim":{"orcid":"0000-0001-5952-7630","doi":"10.5438/6423","source_id":"orcid_update","claim_action":"create"}}'
         | 
| 1360 1200 | 
             
                headers:
         | 
| 1361 1201 | 
             
                  User-Agent:
         | 
| 1362 | 
            -
                  - Maremma  | 
| 1202 | 
            +
                  - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
         | 
| 1363 1203 | 
             
                  Content-Type:
         | 
| 1364 | 
            -
                  - application/json
         | 
| 1204 | 
            +
                  - application/json;charset=UTF-8
         | 
| 1365 1205 | 
             
                  Accept:
         | 
| 1366 1206 | 
             
                  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
         | 
| 1367 1207 | 
             
                  Authorization:
         | 
| @@ -1369,49 +1209,41 @@ http_interactions: | |
| 1369 1209 | 
             
              response:
         | 
| 1370 1210 | 
             
                status:
         | 
| 1371 1211 | 
             
                  code: 202
         | 
| 1372 | 
            -
                  message:  | 
| 1212 | 
            +
                  message: Accepted
         | 
| 1373 1213 | 
             
                headers:
         | 
| 1374 | 
            -
                   | 
| 1375 | 
            -
                  -  | 
| 1376 | 
            -
                  Access-Control-Allow-Methods:
         | 
| 1377 | 
            -
                  - GET, POST, OPTIONS
         | 
| 1378 | 
            -
                  Access-Control-Allow-Origin:
         | 
| 1379 | 
            -
                  - "*"
         | 
| 1380 | 
            -
                  Access-Control-Max-Age:
         | 
| 1381 | 
            -
                  - '1728000'
         | 
| 1382 | 
            -
                  Cache-Control:
         | 
| 1383 | 
            -
                  - no-cache
         | 
| 1214 | 
            +
                  Date:
         | 
| 1215 | 
            +
                  - Fri, 10 Aug 2018 16:23:46 GMT
         | 
| 1384 1216 | 
             
                  Content-Type:
         | 
| 1385 1217 | 
             
                  - application/json; charset=utf-8
         | 
| 1386 | 
            -
                   | 
| 1387 | 
            -
                  -  | 
| 1388 | 
            -
                  Server:
         | 
| 1389 | 
            -
                  - openresty/1.11.2.2
         | 
| 1218 | 
            +
                  Connection:
         | 
| 1219 | 
            +
                  - keep-alive
         | 
| 1390 1220 | 
             
                  Status:
         | 
| 1391 1221 | 
             
                  - 202 Accepted
         | 
| 1222 | 
            +
                  Cache-Control:
         | 
| 1223 | 
            +
                  - no-cache
         | 
| 1392 1224 | 
             
                  Vary:
         | 
| 1393 | 
            -
                  - Accept-Encoding
         | 
| 1394 | 
            -
                  X- | 
| 1395 | 
            -
                  -  | 
| 1225 | 
            +
                  - Accept-Encoding, Origin
         | 
| 1226 | 
            +
                  X-Xss-Protection:
         | 
| 1227 | 
            +
                  - 1; mode=block
         | 
| 1228 | 
            +
                  X-Credential-Username:
         | 
| 1229 | 
            +
                  - 0000-0002-8599-0773
         | 
| 1230 | 
            +
                  X-Request-Id:
         | 
| 1231 | 
            +
                  - 4da57d2c-50bc-4502-9d14-9dc1ba7ccef5
         | 
| 1232 | 
            +
                  X-Runtime:
         | 
| 1233 | 
            +
                  - '0.006813'
         | 
| 1396 1234 | 
             
                  X-Frame-Options:
         | 
| 1397 1235 | 
             
                  - SAMEORIGIN
         | 
| 1236 | 
            +
                  X-Content-Type-Options:
         | 
| 1237 | 
            +
                  - nosniff
         | 
| 1398 1238 | 
             
                  X-Powered-By:
         | 
| 1399 | 
            -
                  - Phusion Passenger 5.1 | 
| 1400 | 
            -
                   | 
| 1401 | 
            -
                  -  | 
| 1402 | 
            -
                  X-Runtime:
         | 
| 1403 | 
            -
                  - '0.012469'
         | 
| 1404 | 
            -
                  X-Xss-Protection:
         | 
| 1405 | 
            -
                  - 1; mode=block
         | 
| 1406 | 
            -
                  Content-Length:
         | 
| 1407 | 
            -
                  - '223'
         | 
| 1408 | 
            -
                  Connection:
         | 
| 1409 | 
            -
                  - keep-alive
         | 
| 1239 | 
            +
                  - Phusion Passenger 5.3.1
         | 
| 1240 | 
            +
                  Server:
         | 
| 1241 | 
            +
                  - nginx/1.14.0 + Phusion Passenger 5.3.1
         | 
| 1410 1242 | 
             
                body:
         | 
| 1411 | 
            -
                  encoding:  | 
| 1412 | 
            -
                  string: '{"data":{"id":" | 
| 1243 | 
            +
                  encoding: ASCII-8BIT
         | 
| 1244 | 
            +
                  string: '{"data":{"id":"8efc18fa-d2d9-48a0-b8b6-cc4f101bdd3f","type":"claims","attributes":{"orcid":"0000-0001-5952-7630","doi":"10.5438/6423","source-id":"orcid_update","state":"done","claim-action":"create","error-messages":null,"put-code":30033178,"claimed":"2017-02-02T19:23:41Z","created":"2017-02-02T19:23:40Z","updated":"2017-02-02T19:23:41Z"}}}'
         | 
| 1413 1245 | 
             
                http_version: 
         | 
| 1414 | 
            -
              recorded_at:  | 
| 1246 | 
            +
              recorded_at: Fri, 10 Aug 2018 16:23:46 GMT
         | 
| 1415 1247 | 
             
            - request:
         | 
| 1416 1248 | 
             
                method: post
         | 
| 1417 1249 | 
             
                uri: https://profiles.test.datacite.org/api/claims
         | 
| @@ -1420,9 +1252,9 @@ http_interactions: | |
| 1420 1252 | 
             
                  string: '{"claim":{"orcid":"0000-0001-5492-3212","doi":"10.5438/6423","source_id":"orcid_update","claim_action":"create"}}'
         | 
| 1421 1253 | 
             
                headers:
         | 
| 1422 1254 | 
             
                  User-Agent:
         | 
| 1423 | 
            -
                  - Maremma  | 
| 1255 | 
            +
                  - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
         | 
| 1424 1256 | 
             
                  Content-Type:
         | 
| 1425 | 
            -
                  - application/json
         | 
| 1257 | 
            +
                  - application/json;charset=UTF-8
         | 
| 1426 1258 | 
             
                  Accept:
         | 
| 1427 1259 | 
             
                  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
         | 
| 1428 1260 | 
             
                  Authorization:
         | 
| @@ -1430,49 +1262,41 @@ http_interactions: | |
| 1430 1262 | 
             
              response:
         | 
| 1431 1263 | 
             
                status:
         | 
| 1432 1264 | 
             
                  code: 202
         | 
| 1433 | 
            -
                  message:  | 
| 1265 | 
            +
                  message: Accepted
         | 
| 1434 1266 | 
             
                headers:
         | 
| 1435 | 
            -
                   | 
| 1436 | 
            -
                  -  | 
| 1437 | 
            -
                  Access-Control-Allow-Methods:
         | 
| 1438 | 
            -
                  - GET, POST, OPTIONS
         | 
| 1439 | 
            -
                  Access-Control-Allow-Origin:
         | 
| 1440 | 
            -
                  - "*"
         | 
| 1441 | 
            -
                  Access-Control-Max-Age:
         | 
| 1442 | 
            -
                  - '1728000'
         | 
| 1443 | 
            -
                  Cache-Control:
         | 
| 1444 | 
            -
                  - no-cache
         | 
| 1267 | 
            +
                  Date:
         | 
| 1268 | 
            +
                  - Fri, 10 Aug 2018 16:23:46 GMT
         | 
| 1445 1269 | 
             
                  Content-Type:
         | 
| 1446 1270 | 
             
                  - application/json; charset=utf-8
         | 
| 1447 | 
            -
                   | 
| 1448 | 
            -
                  -  | 
| 1449 | 
            -
                  Server:
         | 
| 1450 | 
            -
                  - openresty/1.11.2.2
         | 
| 1271 | 
            +
                  Connection:
         | 
| 1272 | 
            +
                  - keep-alive
         | 
| 1451 1273 | 
             
                  Status:
         | 
| 1452 1274 | 
             
                  - 202 Accepted
         | 
| 1275 | 
            +
                  Cache-Control:
         | 
| 1276 | 
            +
                  - no-cache
         | 
| 1453 1277 | 
             
                  Vary:
         | 
| 1454 | 
            -
                  - Accept-Encoding
         | 
| 1455 | 
            -
                  X- | 
| 1456 | 
            -
                  -  | 
| 1278 | 
            +
                  - Accept-Encoding, Origin
         | 
| 1279 | 
            +
                  X-Xss-Protection:
         | 
| 1280 | 
            +
                  - 1; mode=block
         | 
| 1281 | 
            +
                  X-Credential-Username:
         | 
| 1282 | 
            +
                  - 0000-0002-8599-0773
         | 
| 1283 | 
            +
                  X-Request-Id:
         | 
| 1284 | 
            +
                  - e6b09783-b1e2-4028-959b-33ba2e6e6a01
         | 
| 1285 | 
            +
                  X-Runtime:
         | 
| 1286 | 
            +
                  - '0.006726'
         | 
| 1457 1287 | 
             
                  X-Frame-Options:
         | 
| 1458 1288 | 
             
                  - SAMEORIGIN
         | 
| 1289 | 
            +
                  X-Content-Type-Options:
         | 
| 1290 | 
            +
                  - nosniff
         | 
| 1459 1291 | 
             
                  X-Powered-By:
         | 
| 1460 | 
            -
                  - Phusion Passenger 5.1 | 
| 1461 | 
            -
                   | 
| 1462 | 
            -
                  -  | 
| 1463 | 
            -
                  X-Runtime:
         | 
| 1464 | 
            -
                  - '0.036143'
         | 
| 1465 | 
            -
                  X-Xss-Protection:
         | 
| 1466 | 
            -
                  - 1; mode=block
         | 
| 1467 | 
            -
                  Content-Length:
         | 
| 1468 | 
            -
                  - '223'
         | 
| 1469 | 
            -
                  Connection:
         | 
| 1470 | 
            -
                  - keep-alive
         | 
| 1292 | 
            +
                  - Phusion Passenger 5.3.1
         | 
| 1293 | 
            +
                  Server:
         | 
| 1294 | 
            +
                  - nginx/1.14.0 + Phusion Passenger 5.3.1
         | 
| 1471 1295 | 
             
                body:
         | 
| 1472 | 
            -
                  encoding:  | 
| 1473 | 
            -
                  string: '{"data":{"id":" | 
| 1296 | 
            +
                  encoding: ASCII-8BIT
         | 
| 1297 | 
            +
                  string: '{"data":{"id":"92df070c-403b-41fb-ae4c-c822576aaeff","type":"claims","attributes":{"orcid":"0000-0001-5492-3212","doi":"10.5438/6423","source-id":"orcid_update","state":"done","claim-action":"create","error-messages":null,"put-code":30033179,"claimed":"2017-02-02T19:23:41Z","created":"2017-02-02T19:23:40Z","updated":"2017-02-02T19:23:41Z"}}}'
         | 
| 1474 1298 | 
             
                http_version: 
         | 
| 1475 | 
            -
              recorded_at:  | 
| 1299 | 
            +
              recorded_at: Fri, 10 Aug 2018 16:23:46 GMT
         | 
| 1476 1300 | 
             
            - request:
         | 
| 1477 1301 | 
             
                method: post
         | 
| 1478 1302 | 
             
                uri: https://profiles.test.datacite.org/api/claims
         | 
| @@ -1481,9 +1305,9 @@ http_interactions: | |
| 1481 1305 | 
             
                  string: '{"claim":{"orcid":"0000-0002-6133-2581","doi":"10.5438/6423","source_id":"orcid_update","claim_action":"create"}}'
         | 
| 1482 1306 | 
             
                headers:
         | 
| 1483 1307 | 
             
                  User-Agent:
         | 
| 1484 | 
            -
                  - Maremma  | 
| 1308 | 
            +
                  - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
         | 
| 1485 1309 | 
             
                  Content-Type:
         | 
| 1486 | 
            -
                  - application/json
         | 
| 1310 | 
            +
                  - application/json;charset=UTF-8
         | 
| 1487 1311 | 
             
                  Accept:
         | 
| 1488 1312 | 
             
                  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
         | 
| 1489 1313 | 
             
                  Authorization:
         | 
| @@ -1491,49 +1315,41 @@ http_interactions: | |
| 1491 1315 | 
             
              response:
         | 
| 1492 1316 | 
             
                status:
         | 
| 1493 1317 | 
             
                  code: 202
         | 
| 1494 | 
            -
                  message:  | 
| 1318 | 
            +
                  message: Accepted
         | 
| 1495 1319 | 
             
                headers:
         | 
| 1496 | 
            -
                   | 
| 1497 | 
            -
                  -  | 
| 1498 | 
            -
                  Access-Control-Allow-Methods:
         | 
| 1499 | 
            -
                  - GET, POST, OPTIONS
         | 
| 1500 | 
            -
                  Access-Control-Allow-Origin:
         | 
| 1501 | 
            -
                  - "*"
         | 
| 1502 | 
            -
                  Access-Control-Max-Age:
         | 
| 1503 | 
            -
                  - '1728000'
         | 
| 1504 | 
            -
                  Cache-Control:
         | 
| 1505 | 
            -
                  - no-cache
         | 
| 1320 | 
            +
                  Date:
         | 
| 1321 | 
            +
                  - Fri, 10 Aug 2018 16:23:46 GMT
         | 
| 1506 1322 | 
             
                  Content-Type:
         | 
| 1507 1323 | 
             
                  - application/json; charset=utf-8
         | 
| 1508 | 
            -
                   | 
| 1509 | 
            -
                  -  | 
| 1510 | 
            -
                  Server:
         | 
| 1511 | 
            -
                  - openresty/1.11.2.2
         | 
| 1324 | 
            +
                  Connection:
         | 
| 1325 | 
            +
                  - keep-alive
         | 
| 1512 1326 | 
             
                  Status:
         | 
| 1513 1327 | 
             
                  - 202 Accepted
         | 
| 1328 | 
            +
                  Cache-Control:
         | 
| 1329 | 
            +
                  - no-cache
         | 
| 1514 1330 | 
             
                  Vary:
         | 
| 1515 | 
            -
                  - Accept-Encoding
         | 
| 1516 | 
            -
                  X- | 
| 1517 | 
            -
                  -  | 
| 1331 | 
            +
                  - Accept-Encoding, Origin
         | 
| 1332 | 
            +
                  X-Xss-Protection:
         | 
| 1333 | 
            +
                  - 1; mode=block
         | 
| 1334 | 
            +
                  X-Credential-Username:
         | 
| 1335 | 
            +
                  - 0000-0002-8599-0773
         | 
| 1336 | 
            +
                  X-Request-Id:
         | 
| 1337 | 
            +
                  - 895ebba1-597f-490c-924f-7af39c6ae3cd
         | 
| 1338 | 
            +
                  X-Runtime:
         | 
| 1339 | 
            +
                  - '0.006924'
         | 
| 1518 1340 | 
             
                  X-Frame-Options:
         | 
| 1519 1341 | 
             
                  - SAMEORIGIN
         | 
| 1342 | 
            +
                  X-Content-Type-Options:
         | 
| 1343 | 
            +
                  - nosniff
         | 
| 1520 1344 | 
             
                  X-Powered-By:
         | 
| 1521 | 
            -
                  - Phusion Passenger 5.1 | 
| 1522 | 
            -
                   | 
| 1523 | 
            -
                  -  | 
| 1524 | 
            -
                  X-Runtime:
         | 
| 1525 | 
            -
                  - '0.012235'
         | 
| 1526 | 
            -
                  X-Xss-Protection:
         | 
| 1527 | 
            -
                  - 1; mode=block
         | 
| 1528 | 
            -
                  Content-Length:
         | 
| 1529 | 
            -
                  - '223'
         | 
| 1530 | 
            -
                  Connection:
         | 
| 1531 | 
            -
                  - keep-alive
         | 
| 1345 | 
            +
                  - Phusion Passenger 5.3.1
         | 
| 1346 | 
            +
                  Server:
         | 
| 1347 | 
            +
                  - nginx/1.14.0 + Phusion Passenger 5.3.1
         | 
| 1532 1348 | 
             
                body:
         | 
| 1533 | 
            -
                  encoding:  | 
| 1534 | 
            -
                  string: '{"data":{"id":" | 
| 1349 | 
            +
                  encoding: ASCII-8BIT
         | 
| 1350 | 
            +
                  string: '{"data":{"id":"ad995f86-eb39-45bb-b164-4623a07aefa4","type":"claims","attributes":{"orcid":"0000-0002-6133-2581","doi":"10.5438/6423","source-id":"orcid_update","state":"done","claim-action":"create","error-messages":null,"put-code":30033180,"claimed":"2017-02-02T19:23:42Z","created":"2017-02-02T19:23:41Z","updated":"2017-02-02T19:23:42Z"}}}'
         | 
| 1535 1351 | 
             
                http_version: 
         | 
| 1536 | 
            -
              recorded_at:  | 
| 1352 | 
            +
              recorded_at: Fri, 10 Aug 2018 16:23:46 GMT
         | 
| 1537 1353 | 
             
            - request:
         | 
| 1538 1354 | 
             
                method: post
         | 
| 1539 1355 | 
             
                uri: "<SLACK_WEBHOOK_URL>"
         | 
| @@ -1560,31 +1376,33 @@ http_interactions: | |
| 1560 1376 | 
             
                  - '22'
         | 
| 1561 1377 | 
             
                  Connection:
         | 
| 1562 1378 | 
             
                  - keep-alive
         | 
| 1563 | 
            -
                  Access-Control-Allow-Origin:
         | 
| 1564 | 
            -
                  - "*"
         | 
| 1565 1379 | 
             
                  Date:
         | 
| 1566 | 
            -
                  -  | 
| 1567 | 
            -
                  Referrer-Policy:
         | 
| 1568 | 
            -
                  - no-referrer
         | 
| 1380 | 
            +
                  - Fri, 10 Aug 2018 16:23:46 GMT
         | 
| 1569 1381 | 
             
                  Server:
         | 
| 1570 1382 | 
             
                  - Apache
         | 
| 1383 | 
            +
                  X-Slack-Backend:
         | 
| 1384 | 
            +
                  - h
         | 
| 1385 | 
            +
                  Referrer-Policy:
         | 
| 1386 | 
            +
                  - no-referrer
         | 
| 1571 1387 | 
             
                  Strict-Transport-Security:
         | 
| 1572 1388 | 
             
                  - max-age=31536000; includeSubDomains; preload
         | 
| 1573 | 
            -
                  Vary:
         | 
| 1574 | 
            -
                  - Accept-Encoding
         | 
| 1575 1389 | 
             
                  X-Frame-Options:
         | 
| 1576 1390 | 
             
                  - SAMEORIGIN
         | 
| 1577 | 
            -
                   | 
| 1578 | 
            -
                  -  | 
| 1391 | 
            +
                  Vary:
         | 
| 1392 | 
            +
                  - Accept-Encoding
         | 
| 1393 | 
            +
                  Access-Control-Allow-Origin:
         | 
| 1394 | 
            +
                  - "*"
         | 
| 1395 | 
            +
                  X-Via:
         | 
| 1396 | 
            +
                  - haproxy-www-pyeo
         | 
| 1579 1397 | 
             
                  X-Cache:
         | 
| 1580 1398 | 
             
                  - Miss from cloudfront
         | 
| 1581 1399 | 
             
                  Via:
         | 
| 1582 | 
            -
                  - 1.1  | 
| 1400 | 
            +
                  - 1.1 a2289d8b15b881db1c42086062568883.cloudfront.net (CloudFront)
         | 
| 1583 1401 | 
             
                  X-Amz-Cf-Id:
         | 
| 1584 | 
            -
                  -  | 
| 1402 | 
            +
                  - N_WY1NqIQmajGg7LY9xEhUJEOq1fKFHyWxwrHDXRk5kH8WOFanSBmA==
         | 
| 1585 1403 | 
             
                body:
         | 
| 1586 1404 | 
             
                  encoding: ASCII-8BIT
         | 
| 1587 1405 | 
             
                  string: ok
         | 
| 1588 1406 | 
             
                http_version: 
         | 
| 1589 | 
            -
              recorded_at:  | 
| 1407 | 
            +
              recorded_at: Fri, 10 Aug 2018 16:23:47 GMT
         | 
| 1590 1408 | 
             
            recorded_with: VCR 3.0.3
         |