{"id":2403,"date":"2011-04-21T05:01:01","date_gmt":"2011-04-21T09:01:01","guid":{"rendered":"http:\/\/onlineappsdba.com\/index.php\/2011\/04\/21\/how-to-configure-load-balancer-in-oracle-e-business-suite-r12\/"},"modified":"2016-04-14T10:34:51","modified_gmt":"2016-04-14T14:34:51","slug":"how-to-configure-load-balancer-in-oracle-e-business-suite-r12","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2011\/04\/21\/how-to-configure-load-balancer-in-oracle-e-business-suite-r12\/","title":{"rendered":"How to configure Load Balancer in Oracle E-Business Suite R12"},"content":{"rendered":"<p><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/04\/lbr_1.png\"><img decoding=\"async\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/04\/lbr_1.png\" alt=\"\" \/><\/a><\/p>\n<p>This post covers steps to configure <strong>Load Balancer <\/strong>(with assumptions mentioned below) with Oracle E-Buisness Suite\u00a0R12 . For overview and various options for High Availability (at application tier level) follow Metalink (Oracle My Support) note <strong>380489.1<\/strong>Using Load-Balancers with Oracle E-Business Suite Release 12<\/p>\n<p>.<\/p>\n<p><strong><u>Assumptions<br \/>\n<\/u><\/strong><span style=\"color: #ff0000;\">Configuration steps mentioned in this post are based on following assumptions<\/span><\/p>\n<p><strong>1.<\/strong>E-Business Suite (Apps)\u00a0is installed and accessible using at least one apps server\u00a0via web server port (assume port pool 0 i.e. 8000) i.e.\u00a0 http:\/\/ebsapp01.domain.com:8000<\/p>\n<p>2. There is hardware load balancer available with port translation (8000 to 80) &#8211; (<span style=\"color: #ff0000;\">Optional and required only if you want port translation or URL on non default port<\/span>)<\/p>\n<p>Note: <span style=\"color: #ff0000;\">If your load balancer does not have port translation feature and you would like to use standard HTTP(s) port i.e. 80 or 443 then additional steps are required to reconfigure EBS on 80\/443<\/span><\/p>\n<p>3. If you want URL to be SSL\/HTTPS (port 443) then Load Balancer should have capability to <a href=\"http:\/\/www.loadbalancing.org\/#SSL_Termination\">SSL encryption\/decryption<\/a>\u00a0(In this case SSL will terminate at Load Balancer and from Load Balancer to Web\/Apps Tier configure is HTTP)<\/p>\n<p>Note: <span style=\"color: #ff0000;\">If you want SSL to be configured all the way till Web\/Apps Tier then additional steps are required to re-configure EBS on 443<\/span><\/p>\n<p>4. EBS R12 supports multiple URLs pointing to same application. (<span style=\"color: #ff0000;\">For this setup you need minimum 2 apps tier + additional profile option configuration<\/span>)<\/p>\n<p>Follow section 2.2 Using Hardware Load Balancer with Multiple Web Entry Points of Note # 380489.1<\/p>\n<p>5. <a href=\"http:\/\/support.f5.com\/kb\/en-us\/products\/lc_9_x\/manuals\/product\/lc_config_guide_10_1\/lc_persist_profiles.html#1178291\">Session Persistence<\/a>\u00a0is configured at Load Balancer (<span style=\"color: #ff0000;\">Mandatory if you have multiple middle\/apps tier<\/span>)<\/p>\n<p><strong><span style=\"color: #ff0000;\">Configuration below are based on following setup (change\u00a0values where required)<\/span><\/strong><\/p>\n<p><strong>1.<\/strong> There are two application tier (appserver1.localdomain.com and appserver2.localdomain.com) with web port as 8000<\/p>\n<p><strong>2.<\/strong> Load Balancer URL after setup is mylbr.lbrdomain.com (listening on port 80)<\/p>\n<p><strong>3.<\/strong> Load Balancer is configured with entry mylbr.lbrdomain.com:80 forwarding request to appserver1.localdomain.com:8000 &amp; appserver2.localdomain.com:8000 (with session stickiness)<\/p>\n<p>.<\/p>\n<p><strong><u>Step to follow to re-configure Oracle Apps to use Load Balancer<\/u><\/strong><\/p>\n<p>1. Update following five values in Context File ($CONTEXT_FILE)\u00a0 (<span style=\"color: #ff0000;\">Context file is at $INST_TOP\/appl\/admin<\/span>) of application tier. To know more about INST_TOP and CONTEXT_FILE click <a href=\"https:\/\/onlineappsdba.com\/index.php\/2007\/10\/19\/r12-instance-home-overview\/\">here<\/a>\u00a0 and \u00a0<a href=\"https:\/\/onlineappsdba.com\/index.php\/2006\/10\/05\/unwrapping-xml-context-file-or-autoconfig-configuration-file\/\">here<\/a><\/p>\n<p>a) <strong>s_webentryhost<\/strong> &#8211; To load balancer\u00a0 URL i.e. mylbr (<span style=\"color: #ff0000;\">Do not enter full name with domain<\/span>)<br \/>\nb) <strong>s_active_webport<\/strong> -to load balancer port i.e.\u00a080 (For SSL use\u00a0443)<br \/>\nc) <strong>s_login_page<\/strong> &#8211; Full URL pointing to Load Balancer\u00a0http:\/\/loadbalancer.domain:port\/OA_HTML\/AppsLogin\u00a0i.e. http:\/\/mylbr.lbrdomain.com:80\/OA_HTML\/AppsLogin (<span style=\"color: #ff0000;\">For SSL use https and port as 443<\/span>)<br \/>\nd) <strong>s_external_url<\/strong> &#8211; Load Balancer URL\u00a0http:\/\/loadbalancer.domain:port\u00a0 i.e. http:\/\/mylbr.lbrdomain.com:80\u00a0(<span style=\"color: #ff0000;\">For SSL use https and port as 443<\/span>)<br \/>\ne) <strong>s_webentryurlprotocol<\/strong> &#8211; http\u00a0 (<span style=\"color: #ff0000;\">Change to https if using SSL<\/span>)<br \/>\nf) <strong>s_webentrydomain<\/strong> &#8211; Load Balancer Domain i.e. lbrdomain.com<\/p>\n<p>2. Run <strong>Autoconfig<\/strong> on application tier<\/p>\n<p>3. Repeat step 1 &amp; 2 on all nodes running Web Server. (To check which servers are running as Web Nodes, login\u00a0to database as user\u00a0apps and run query &#8220;select node_name from fnd_nodes where SUPPORT_WEB=&#8217;Y&#8217;;&#8221;)<\/p>\n<p>4. Test load balancer configuration by accessing load balancer URL i.e. <strong>http:\/\/mylbr.lbrdomain.com<\/strong><\/p>\n<p>5. If you get page not found error then check if request is coming from load balancer to Web Server <strong>access logs<\/strong> at $LOG_HOME\/ ora\/10.1.3\/ access_log.NNNNNNNN (sort access log based on time stamp &#8220;ls -ltr access_log*&#8221;)<\/p>\n<p>.<\/p>\n<p><strong><u>Reference<\/u><\/strong><\/p>\n<ul>\n<li><strong>380489.1<\/strong>Using Load-Balancers with Oracle E-Business Suite Release 12<\/li>\n<\/ul>\n<div style=\"padding: 5px; margin-bottom: 5px; background: #ffffde; border: 1px solid #ddd; width: 100%;\" align=\"center\">\n<h2>Oracle Apps DBA (E-Business Suite) R12<\/h2>\n<p style=\"text-align: center;\">Live Instructor led Online sessions with Hands-on Lab Exercises, Dedicated Machines to Practice.<\/p>\n<p style=\"text-align: center;\">For more queries mail\u00a0us at <a href=\"mailto:contactus@k21technologies.com\">contactus@k21technologies.com<\/a><\/p>\n<p style=\"text-align: center;\"><a href=\"http:\/\/www.k21technologies.com\/oracle-applications-upgrader12-2-for-apps-dba-e-business\" target=\"_blank\">Click here to learn more<\/a><\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>This post covers steps to configure Load Balancer (with assumptions mentioned below) with Oracle E-Buisness Suite\u00a0R12 . For overview and [&hellip;]<\/p>\n","protected":false},"author":115,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[1],"tags":[],"class_list":["post-2403","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to configure Load Balancer in Oracle E-Business Suite R12 -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/onlineappsdba.com\/index.php\/2011\/04\/21\/how-to-configure-load-balancer-in-oracle-e-business-suite-r12\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to configure Load Balancer in Oracle E-Business Suite R12 -\" \/>\n<meta property=\"og:description\" content=\"This post covers steps to configure Load Balancer (with assumptions mentioned below) with Oracle E-Buisness Suite\u00a0R12 . For overview and [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2011\/04\/21\/how-to-configure-load-balancer-in-oracle-e-business-suite-r12\/\" \/>\n<meta property=\"article:published_time\" content=\"2011-04-21T09:01:01+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2016-04-14T14:34:51+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/04\/lbr_1.png\" \/>\n<meta name=\"author\" content=\"Masroof Ahmad\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Masroof Ahmad\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/04\/21\/how-to-configure-load-balancer-in-oracle-e-business-suite-r12\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/04\/21\/how-to-configure-load-balancer-in-oracle-e-business-suite-r12\/\",\"name\":\"How to configure Load Balancer in Oracle E-Business Suite R12 -\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/04\/21\/how-to-configure-load-balancer-in-oracle-e-business-suite-r12\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/04\/21\/how-to-configure-load-balancer-in-oracle-e-business-suite-r12\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/04\/lbr_1.png\",\"datePublished\":\"2011-04-21T09:01:01+00:00\",\"dateModified\":\"2016-04-14T14:34:51+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/04\/21\/how-to-configure-load-balancer-in-oracle-e-business-suite-r12\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2011\/04\/21\/how-to-configure-load-balancer-in-oracle-e-business-suite-r12\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/04\/21\/how-to-configure-load-balancer-in-oracle-e-business-suite-r12\/#primaryimage\",\"url\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/04\/lbr_1.png\",\"contentUrl\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/04\/lbr_1.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/04\/21\/how-to-configure-load-balancer-in-oracle-e-business-suite-r12\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to configure Load Balancer in Oracle E-Business Suite R12\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/onlineappsdba.com\/#website\",\"url\":\"https:\/\/onlineappsdba.com\/\",\"name\":\"\",\"description\":\"Oracle Implementation &amp; Training Experts\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/onlineappsdba.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\",\"name\":\"Masroof Ahmad\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"caption\":\"Masroof Ahmad\"},\"url\":\"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to configure Load Balancer in Oracle E-Business Suite R12 -","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:\/\/onlineappsdba.com\/index.php\/2011\/04\/21\/how-to-configure-load-balancer-in-oracle-e-business-suite-r12\/","og_locale":"en_US","og_type":"article","og_title":"How to configure Load Balancer in Oracle E-Business Suite R12 -","og_description":"This post covers steps to configure Load Balancer (with assumptions mentioned below) with Oracle E-Buisness Suite\u00a0R12 . For overview and [&hellip;]","og_url":"https:\/\/onlineappsdba.com\/index.php\/2011\/04\/21\/how-to-configure-load-balancer-in-oracle-e-business-suite-r12\/","article_published_time":"2011-04-21T09:01:01+00:00","article_modified_time":"2016-04-14T14:34:51+00:00","og_image":[{"url":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/04\/lbr_1.png","type":"","width":"","height":""}],"author":"Masroof Ahmad","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Masroof Ahmad","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/04\/21\/how-to-configure-load-balancer-in-oracle-e-business-suite-r12\/","url":"https:\/\/onlineappsdba.com\/index.php\/2011\/04\/21\/how-to-configure-load-balancer-in-oracle-e-business-suite-r12\/","name":"How to configure Load Balancer in Oracle E-Business Suite R12 -","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/04\/21\/how-to-configure-load-balancer-in-oracle-e-business-suite-r12\/#primaryimage"},"image":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/04\/21\/how-to-configure-load-balancer-in-oracle-e-business-suite-r12\/#primaryimage"},"thumbnailUrl":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/04\/lbr_1.png","datePublished":"2011-04-21T09:01:01+00:00","dateModified":"2016-04-14T14:34:51+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/04\/21\/how-to-configure-load-balancer-in-oracle-e-business-suite-r12\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2011\/04\/21\/how-to-configure-load-balancer-in-oracle-e-business-suite-r12\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/04\/21\/how-to-configure-load-balancer-in-oracle-e-business-suite-r12\/#primaryimage","url":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/04\/lbr_1.png","contentUrl":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/04\/lbr_1.png"},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/04\/21\/how-to-configure-load-balancer-in-oracle-e-business-suite-r12\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"How to configure Load Balancer in Oracle E-Business Suite R12"}]},{"@type":"WebSite","@id":"https:\/\/onlineappsdba.com\/#website","url":"https:\/\/onlineappsdba.com\/","name":"","description":"Oracle Implementation &amp; Training Experts","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/onlineappsdba.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb","name":"Masroof Ahmad","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","caption":"Masroof Ahmad"},"url":"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/"}]}},"_links":{"self":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/2403","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/users\/115"}],"replies":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/comments?post=2403"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/2403\/revisions"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=2403"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=2403"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=2403"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}