{"id":10528,"date":"2023-05-03T09:19:48","date_gmt":"2023-05-03T13:19:48","guid":{"rendered":"https:\/\/www.redline13.com\/blog\/?p=10528"},"modified":"2023-06-22T14:15:08","modified_gmt":"2023-06-22T18:15:08","slug":"protecting-sensitive-data-in-jmeter-load-tests","status":"publish","type":"post","link":"https:\/\/www.redline13.com\/blog\/2023\/05\/protecting-sensitive-data-in-jmeter-load-tests\/","title":{"rendered":"Protecting Sensitive Data in JMeter Load Tests"},"content":{"rendered":"<p>One of the primary functions of a load test is to vet target test applications to see how well they can hold up to production conditions. In that endeavor it is sometimes necessary to provide login credentials and other protected information to be used in conjunction with these tests. This can present a challenge in protecting sensitive data when load testing in the cloud. In this post, we will cover how to test with <a href=\"https:\/\/jmeter.apache.org\/usermanual\/index.html\">JMeter<\/a> in the cloud using sensitive data.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-10529\" src=\"https:\/\/www.redline13.com\/blog\/wp-content\/uploads\/2023\/05\/word-image-10528-1.png\" alt=\"How to test with JMeter in the Cloud with Sensitive Data\" width=\"301\" height=\"226\" srcset=\"https:\/\/www.redline13.com\/blog\/wp-content\/uploads\/2023\/05\/word-image-10528-1.png 400w, https:\/\/www.redline13.com\/blog\/wp-content\/uploads\/2023\/05\/word-image-10528-1-300x225.png 300w\" sizes=\"auto, (max-width: 301px) 100vw, 301px\" \/><\/p>\n<h3><a id=\"post-10528-_m5lqlvax9irc\"><\/a>What Constitutes Sensitive Data?<\/h3>\n<p>Any form of login credentials, access keys, or tokens meets the definition of sensitive data. Furthermore, source data such as <a href=\"https:\/\/www.redline13.com\/blog\/2021\/12\/parameterizing-jmeter-tests-from-csv\/\">CSV<\/a> or other data files included in your test can also be considered sensitive data depending on the content. Your test results (depending on what information is captured) can also fall under this category. Thankfully RedLine13 has provisions to keep all of this information private and protected.<\/p>\n<h3><a id=\"post-10528-_satvy464faml\"><\/a>How to Secure Sensitive Data on RedLine13<\/h3>\n<p>We offer several ways to protect sensitive data within your JMeter load tests, but the common principle to these is separation of your data in a secure storage technology. In a <a href=\"https:\/\/www.redline13.com\/blog\/s3-self-secured-jmeter-test\/\">previous post<\/a>, we reviewed how to set up <em>Remote Sources<\/em> in your RedLine13 account. Once this is set up, you can reference <em>Extra Files<\/em> attachments that exist in <a href=\"https:\/\/docs.aws.amazon.com\/s3\/index.html\">AWS S3<\/a> or remote <a href=\"https:\/\/git-scm.com\/\">Git<\/a> repositories. Here is an example of how that might be configured for a CSV file attachment:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-10530\" src=\"https:\/\/www.redline13.com\/blog\/wp-content\/uploads\/2023\/05\/word-image-10528-2.png\" alt=\"Setting a secured path for JMeter test resources within RedLine13\" width=\"650\" height=\"117\" srcset=\"https:\/\/www.redline13.com\/blog\/wp-content\/uploads\/2023\/05\/word-image-10528-2.png 650w, https:\/\/www.redline13.com\/blog\/wp-content\/uploads\/2023\/05\/word-image-10528-2-300x54.png 300w, https:\/\/www.redline13.com\/blog\/wp-content\/uploads\/2023\/05\/word-image-10528-2-425x77.png 425w\" sizes=\"auto, (max-width: 650px) 100vw, 650px\" \/><\/p>\n<p>Another way this might be utilized is as a credential store. For instance, you may need access tokens to a third party service (such as <a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/storage\/common\/storage-introduction\"><em>Azure Cloud Storage<\/em><\/a>). Using remote sources, you can securely store access credentials or tokens to these third party resources. This would also be considered a best practice security approach, as access can be modified or revoked independent of your JMeter test plan file.<\/p>\n<h3><a id=\"post-10528-_oicl7lu54ng9\"><\/a>Following Security Best Practices<\/h3>\n<p>Any sensitive data is only as secure as the weakest link in its chain of protections. While not a comprehensive list, it is advisable that you follow at least the following best security practices for any sensitive data included in your tests:<\/p>\n<ul>\n<li><strong>Never store access credentials in plain text<\/strong> \u2013 This applies to storing access credentials in your test plan, especially usernames and passwords. Whenever possible, utilize a modern encryption standard such as <a href=\"https:\/\/en.wikipedia.org\/wiki\/Advanced_Encryption_Standard\">AES<\/a>.<\/li>\n<li><strong>Use tokens when possible in place of usernames and passwords<\/strong> \u2013 <a href=\"https:\/\/en.wikipedia.org\/wiki\/Access_token\">Access tokens<\/a> can be longer and more complex than simple passwords. This makes them less likely to be guessed by an adversarial party. They can often be more specific to the task at hand and more easily revoked.<\/li>\n<li><strong>Employ layers of separation<\/strong> \u2013 Aim to store sensitive access credentials in a separate location from your test logic whenever possible. This will make it more difficult for your sensitive resources to be compromised.<\/li>\n<li><strong>Use the <\/strong><a href=\"https:\/\/en.wikipedia.org\/wiki\/Principle_of_least_privilege\"><strong>principle of least privilege<\/strong><\/a> \u2013 Only grant the privileges necessary to complete the task at hand. Administrator or level or broad access is hardly ever required from the perspective of a single load test.<\/li>\n<li><strong>Utilize access credentials which expire<\/strong> \u2013 Tests have finite lifespans, therefore it is prudent to set a finite time limit on access credentials used during a test. Often only the results of a test need to be accessed in the future, therefore short credential lifetimes are usually preferred.<\/li>\n<li><strong>Rotate access credentials regularly<\/strong> \u2013 To prevent old access credentials from being reused for other than their original intended purpose, rotate access credentials regularly.<\/li>\n<\/ul>\n<p>Additional security best practices can also be found under various <a href=\"https:\/\/www.nist.gov\/cybersecurity\">NIST<\/a> publications.<\/p>\n<h3><a id=\"post-10528-_lf8wj2gjhmlp\"><\/a>Keeping RedLine13 Results Secure<\/h3>\n<p>By default, your test results are protected by your RedLine13 account credentials. Your test results will never be published or made available without your permission. You can however <a href=\"https:\/\/www.redline13.com\/blog\/2020\/05\/share-redline13-test-results\/\">share your test results<\/a> with interested parties by generating a link from our platform. If you decided to store sensitive data inside your test plan, this could potentially compromise that data. However, using the remote sources approach as described above, your data can be protected by one or more additional layers of security conformant to industry standard best security practices.<\/p>\n<hr \/>\n<p>Did you know that RedLine13 offers a full-featured free trial? <a href=\"https:\/\/www.redline13.com\/Service\">Sign up now<\/a> and start testing today!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>One of the primary functions of a load test is to vet target test applications to see how well they can hold up to production conditions. In that endeavor it is sometimes necessary to provide login credentials and other protected information to be used in conjunction with these tests. This can present a challenge in protecting sensitive data when load testing in the cloud. In this post, we will cover how to test with JMeter in<a class=\"more-link\" href=\"https:\/\/www.redline13.com\/blog\/2023\/05\/protecting-sensitive-data-in-jmeter-load-tests\/\">Read More &rarr;<\/a><\/p>\n","protected":false},"author":11,"featured_media":10529,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,7,588],"tags":[620,621,128,283,318,424,622,454,623],"class_list":{"0":"entry","1":"post","2":"publish","3":"author-dkoziel","4":"post-10528","6":"format-standard","7":"has-post-thumbnail","8":"category-blog","9":"category-jmeter","10":"category-security","11":"post_tag-access-credentials","12":"post_tag-access-tokens","13":"post_tag-cloud-load-testing","14":"post_tag-jmeter","15":"post_tag-load-testing","16":"post_tag-redline13","17":"post_tag-secure-jmeter-testing","18":"post_tag-security","19":"post_tag-sensitive-data"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.12 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Protecting Sensitive Data in JMeter Load Tests - RedLine13<\/title>\n<meta name=\"description\" content=\"It can be a challenge to protect sensitive data in load tests. Here is how to test with JMeter in the cloud using sensitive data.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.redline13.com\/blog\/2023\/05\/protecting-sensitive-data-in-jmeter-load-tests\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Protecting Sensitive Data in JMeter Load Tests - RedLine13\" \/>\n<meta property=\"og:description\" content=\"It can be a challenge to protect sensitive data in load tests. Here is how to test with JMeter in the cloud using sensitive data.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.redline13.com\/blog\/2023\/05\/protecting-sensitive-data-in-jmeter-load-tests\/\" \/>\n<meta property=\"og:site_name\" content=\"RedLine13\" \/>\n<meta property=\"article:published_time\" content=\"2023-05-03T13:19:48+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-06-22T18:15:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.redline13.com\/blog\/wp-content\/uploads\/2023\/05\/word-image-10528-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"400\" \/>\n\t<meta property=\"og:image:height\" content=\"300\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"David Koziel\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"David Koziel\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.redline13.com\/blog\/2023\/05\/protecting-sensitive-data-in-jmeter-load-tests\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.redline13.com\/blog\/2023\/05\/protecting-sensitive-data-in-jmeter-load-tests\/\"},\"author\":{\"name\":\"David Koziel\",\"@id\":\"https:\/\/www.redline13.com\/blog\/#\/schema\/person\/51d282221e3230ab35f964f98ada9b20\"},\"headline\":\"Protecting Sensitive Data in JMeter Load Tests\",\"datePublished\":\"2023-05-03T13:19:48+00:00\",\"dateModified\":\"2023-06-22T18:15:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.redline13.com\/blog\/2023\/05\/protecting-sensitive-data-in-jmeter-load-tests\/\"},\"wordCount\":698,\"publisher\":{\"@id\":\"https:\/\/www.redline13.com\/blog\/#organization\"},\"keywords\":[\"access credentials\",\"access tokens\",\"Cloud Load Testing\",\"JMeter\",\"Load Testing\",\"RedLine13\",\"secure JMeter testing\",\"security\",\"sensitive data\"],\"articleSection\":[\"Blog\",\"JMeter\",\"Security\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.redline13.com\/blog\/2023\/05\/protecting-sensitive-data-in-jmeter-load-tests\/\",\"url\":\"https:\/\/www.redline13.com\/blog\/2023\/05\/protecting-sensitive-data-in-jmeter-load-tests\/\",\"name\":\"Protecting Sensitive Data in JMeter Load Tests - RedLine13\",\"isPartOf\":{\"@id\":\"https:\/\/www.redline13.com\/blog\/#website\"},\"datePublished\":\"2023-05-03T13:19:48+00:00\",\"dateModified\":\"2023-06-22T18:15:08+00:00\",\"description\":\"It can be a challenge to protect sensitive data in load tests. Here is how to test with JMeter in the cloud using sensitive data.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.redline13.com\/blog\/2023\/05\/protecting-sensitive-data-in-jmeter-load-tests\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.redline13.com\/blog\/2023\/05\/protecting-sensitive-data-in-jmeter-load-tests\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.redline13.com\/blog\/2023\/05\/protecting-sensitive-data-in-jmeter-load-tests\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.redline13.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Protecting Sensitive Data in JMeter Load Tests\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.redline13.com\/blog\/#website\",\"url\":\"https:\/\/www.redline13.com\/blog\/\",\"name\":\"RedLine13\",\"description\":\"(Almost) Free Load Testing in the Cloud\",\"publisher\":{\"@id\":\"https:\/\/www.redline13.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.redline13.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.redline13.com\/blog\/#organization\",\"name\":\"RedLine13\",\"url\":\"https:\/\/www.redline13.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.redline13.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.redline13.com\/blog\/wp-content\/uploads\/2013\/06\/cropped-rl13-header-logo.jpg\",\"contentUrl\":\"https:\/\/www.redline13.com\/blog\/wp-content\/uploads\/2013\/06\/cropped-rl13-header-logo.jpg\",\"width\":300,\"height\":68,\"caption\":\"RedLine13\"},\"image\":{\"@id\":\"https:\/\/www.redline13.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.redline13.com\/blog\/#\/schema\/person\/51d282221e3230ab35f964f98ada9b20\",\"name\":\"David Koziel\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.redline13.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/2babf644e0993fc86893c24d7525f1e3be114a8746c01249797f25587ae1697a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/2babf644e0993fc86893c24d7525f1e3be114a8746c01249797f25587ae1697a?s=96&d=mm&r=g\",\"caption\":\"David Koziel\"},\"url\":\"https:\/\/www.redline13.com\/blog\/author\/dkoziel\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Protecting Sensitive Data in JMeter Load Tests - RedLine13","description":"It can be a challenge to protect sensitive data in load tests. Here is how to test with JMeter in the cloud using sensitive data.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.redline13.com\/blog\/2023\/05\/protecting-sensitive-data-in-jmeter-load-tests\/","og_locale":"en_US","og_type":"article","og_title":"Protecting Sensitive Data in JMeter Load Tests - RedLine13","og_description":"It can be a challenge to protect sensitive data in load tests. Here is how to test with JMeter in the cloud using sensitive data.","og_url":"https:\/\/www.redline13.com\/blog\/2023\/05\/protecting-sensitive-data-in-jmeter-load-tests\/","og_site_name":"RedLine13","article_published_time":"2023-05-03T13:19:48+00:00","article_modified_time":"2023-06-22T18:15:08+00:00","og_image":[{"width":400,"height":300,"url":"https:\/\/www.redline13.com\/blog\/wp-content\/uploads\/2023\/05\/word-image-10528-1.png","type":"image\/png"}],"author":"David Koziel","twitter_card":"summary_large_image","twitter_misc":{"Written by":"David Koziel","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.redline13.com\/blog\/2023\/05\/protecting-sensitive-data-in-jmeter-load-tests\/#article","isPartOf":{"@id":"https:\/\/www.redline13.com\/blog\/2023\/05\/protecting-sensitive-data-in-jmeter-load-tests\/"},"author":{"name":"David Koziel","@id":"https:\/\/www.redline13.com\/blog\/#\/schema\/person\/51d282221e3230ab35f964f98ada9b20"},"headline":"Protecting Sensitive Data in JMeter Load Tests","datePublished":"2023-05-03T13:19:48+00:00","dateModified":"2023-06-22T18:15:08+00:00","mainEntityOfPage":{"@id":"https:\/\/www.redline13.com\/blog\/2023\/05\/protecting-sensitive-data-in-jmeter-load-tests\/"},"wordCount":698,"publisher":{"@id":"https:\/\/www.redline13.com\/blog\/#organization"},"keywords":["access credentials","access tokens","Cloud Load Testing","JMeter","Load Testing","RedLine13","secure JMeter testing","security","sensitive data"],"articleSection":["Blog","JMeter","Security"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.redline13.com\/blog\/2023\/05\/protecting-sensitive-data-in-jmeter-load-tests\/","url":"https:\/\/www.redline13.com\/blog\/2023\/05\/protecting-sensitive-data-in-jmeter-load-tests\/","name":"Protecting Sensitive Data in JMeter Load Tests - RedLine13","isPartOf":{"@id":"https:\/\/www.redline13.com\/blog\/#website"},"datePublished":"2023-05-03T13:19:48+00:00","dateModified":"2023-06-22T18:15:08+00:00","description":"It can be a challenge to protect sensitive data in load tests. Here is how to test with JMeter in the cloud using sensitive data.","breadcrumb":{"@id":"https:\/\/www.redline13.com\/blog\/2023\/05\/protecting-sensitive-data-in-jmeter-load-tests\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.redline13.com\/blog\/2023\/05\/protecting-sensitive-data-in-jmeter-load-tests\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.redline13.com\/blog\/2023\/05\/protecting-sensitive-data-in-jmeter-load-tests\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.redline13.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Protecting Sensitive Data in JMeter Load Tests"}]},{"@type":"WebSite","@id":"https:\/\/www.redline13.com\/blog\/#website","url":"https:\/\/www.redline13.com\/blog\/","name":"RedLine13","description":"(Almost) Free Load Testing in the Cloud","publisher":{"@id":"https:\/\/www.redline13.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.redline13.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.redline13.com\/blog\/#organization","name":"RedLine13","url":"https:\/\/www.redline13.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.redline13.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.redline13.com\/blog\/wp-content\/uploads\/2013\/06\/cropped-rl13-header-logo.jpg","contentUrl":"https:\/\/www.redline13.com\/blog\/wp-content\/uploads\/2013\/06\/cropped-rl13-header-logo.jpg","width":300,"height":68,"caption":"RedLine13"},"image":{"@id":"https:\/\/www.redline13.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.redline13.com\/blog\/#\/schema\/person\/51d282221e3230ab35f964f98ada9b20","name":"David Koziel","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.redline13.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/2babf644e0993fc86893c24d7525f1e3be114a8746c01249797f25587ae1697a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2babf644e0993fc86893c24d7525f1e3be114a8746c01249797f25587ae1697a?s=96&d=mm&r=g","caption":"David Koziel"},"url":"https:\/\/www.redline13.com\/blog\/author\/dkoziel\/"}]}},"_links":{"self":[{"href":"https:\/\/www.redline13.com\/blog\/wp-json\/wp\/v2\/posts\/10528","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.redline13.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.redline13.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.redline13.com\/blog\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/www.redline13.com\/blog\/wp-json\/wp\/v2\/comments?post=10528"}],"version-history":[{"count":4,"href":"https:\/\/www.redline13.com\/blog\/wp-json\/wp\/v2\/posts\/10528\/revisions"}],"predecessor-version":[{"id":10538,"href":"https:\/\/www.redline13.com\/blog\/wp-json\/wp\/v2\/posts\/10528\/revisions\/10538"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.redline13.com\/blog\/wp-json\/wp\/v2\/media\/10529"}],"wp:attachment":[{"href":"https:\/\/www.redline13.com\/blog\/wp-json\/wp\/v2\/media?parent=10528"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.redline13.com\/blog\/wp-json\/wp\/v2\/categories?post=10528"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.redline13.com\/blog\/wp-json\/wp\/v2\/tags?post=10528"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}