{"id":125,"date":"2006-04-25T20:27:31","date_gmt":"2006-04-26T01:27:31","guid":{"rendered":"http:\/\/bitpost.com\/news\/2006\/04\/25\/microsofts-shoddy-http-api\/"},"modified":"2006-05-04T15:12:53","modified_gmt":"2006-05-04T20:12:53","slug":"microsofts-shoddy-http-api","status":"publish","type":"post","link":"https:\/\/bitpost.com\/news\/2006\/microsofts-shoddy-http-api\/","title":{"rendered":"Microsoft&#8217;s shoddy HTTP API"},"content":{"rendered":"<p>What&#8217;s the FIRST thing you&#8217;re going to want to add after you figure out how to programatically request web pages through Microsoft&#8217;s WinINet HTTP API? Perhaps add a timeout? Forget it.<\/p>\n<p><strong>UPDATE<\/strong>: Even with my snotty tone, I still got some great feedback from someone at Microsoft, Ari Pernick, about the state of things &#8211; see the comments. Thanks Ari!<\/p>\n<p><!--more-->From <a href=\"http:\/\/support.microsoft.com\/kb\/q176420\/\">MSDN<\/a>:<\/p>\n<blockquote><p><strong>SYMPTOMS<\/strong><br \/>\nCalling InternetSetOption (or MFC CHttpFile::SetOption) with INTERNET_OPTION_SEND_TIMEOUT or INTERNET_OPTION_CONNECT_TIMEOUT does not set the specified timeout values.<\/p>\n<p><strong>RESOLUTION<\/strong><br \/>\nTo work around the problem you can use asynchronous WinInet mode, which prevents the WinInet function call from blocking while waiting for a connection. Please see the Internet Client SDK documentation for more information about using WinInet asynchronously.<\/p><\/blockquote>\n<p>As if it weren&#8217;t hard enough to set up the synchronous HTTP connection&#8230; I already did the threading for it, all I wanted was a timeout. And when they say &#8220;for more information&#8221;, don&#8217;t think they mean all of it. I&#8217;ve seen the word &#8220;nightmare&#8221; used to describe it more than once. There are attempts at this on CodeProject <a href=\"http:\/\/www.codeproject.com\/internet\/asyncwininet.asp\">here<\/a> and <a href=\"http:\/\/www.codeproject.com\/internet\/w3client.asp\">here<\/a>, but nothing too straightforward.  There is <a href=\"http:\/\/msdn.microsoft.com\/library\/default.asp?url=\/library\/en-us\/wininet\/wininet\/calling_wininet_functions_asynchronously.asp\">documentation<\/a> in MSDN, and a <a href=\"http:\/\/support.microsoft.com\/default.aspx?scid=kb;EN-US;275046\">sample<\/a>, time to dig in&#8230;<\/p>\n<p>Looks like there is a newer <a href=\"http:\/\/msdn.microsoft.com\/library\/default.asp?url=\/library\/en-us\/winhttp\/http\/about_winhttp.asp\">WinHTTP API<\/a>, with an <a href=\"http:\/\/www.codeproject.com\/internet\/webcrawler.asp\">example<\/a> on CodeProject. But no multipart form post, reduced cookie and cache handling, incompatible with anything pre-Windows XP (you can use Win2k with the 5.0 release, which Microsoft has purged from MSDN), etc&#8230; and still, it&#8217;s overly complex with shoddy docs&#8230;  I love that word, &#8220;shoddy&#8221;, and I got to use it twice today!<\/p>\n<p>While we&#8217;re at it, check out the kludgy way Microsoft has you deal with <a href=\"http:\/\/support.microsoft.com\/kb\/q182888\/\">invalid SSL certificates<\/a> (I guess they think that never happens when you use REAL &#8220;vendors&#8221;).  Bonus: includes &#8220;goto&#8221; statements!!<\/p>\n<p>I guess Microsoft has moved on, to working on the C# interfaces&#8230; I yearn for the beauty of perl&#8217;s WWW::Mechanize&#8230;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>What&#8217;s the FIRST thing you&#8217;re going to want to add after you figure out how to programatically request web pages through Microsoft&#8217;s WinINet HTTP API? Perhaps add a timeout? Forget it. UPDATE: Even with my snotty tone, I still got some great feedback from someone at Microsoft, Ari Pernick, about the state of things &#8211; [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[10],"tags":[],"class_list":["post-125","post","type-post","status-publish","format-standard","hentry","category-tricks-tips-tools"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"What&#039;s the FIRST thing you&#039;re going to want to add after you figure out how to programatically request web pages through Microsoft&#039;s WinINet HTTP API? Perhaps add a timeout? Forget it. UPDATE: Even with my snotty tone, I still got some great feedback from someone at Microsoft, Ari Pernick, about the state of things -\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"m\"\/>\n\t<meta name=\"keywords\" content=\"tricks tips tools\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/bitpost.com\/news\/2006\/microsofts-shoddy-http-api\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"bitpost.com\/news | Note to self\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Microsoft\u2019s shoddy HTTP API | bitpost.com\/news\" \/>\n\t\t<meta property=\"og:description\" content=\"What&#039;s the FIRST thing you&#039;re going to want to add after you figure out how to programatically request web pages through Microsoft&#039;s WinINet HTTP API? Perhaps add a timeout? Forget it. UPDATE: Even with my snotty tone, I still got some great feedback from someone at Microsoft, Ari Pernick, about the state of things -\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/bitpost.com\/news\/2006\/microsofts-shoddy-http-api\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2006-04-26T01:27:31+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2006-05-04T20:12:53+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Microsoft\u2019s shoddy HTTP API | bitpost.com\/news\" \/>\n\t\t<meta name=\"twitter:description\" content=\"What&#039;s the FIRST thing you&#039;re going to want to add after you figure out how to programatically request web pages through Microsoft&#039;s WinINet HTTP API? Perhaps add a timeout? Forget it. UPDATE: Even with my snotty tone, I still got some great feedback from someone at Microsoft, Ari Pernick, about the state of things -\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2006\\\/microsofts-shoddy-http-api\\\/#article\",\"name\":\"Microsoft\\u2019s shoddy HTTP API | bitpost.com\\\/news\",\"headline\":\"Microsoft&#8217;s shoddy HTTP API\",\"author\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2006\\\/microsofts-shoddy-http-api\\\/#articleImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg\",\"width\":96,\"height\":96,\"caption\":\"m\"},\"datePublished\":\"2006-04-25T20:27:31-04:00\",\"dateModified\":\"2006-05-04T15:12:53-04:00\",\"inLanguage\":\"en-US\",\"commentCount\":6,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2006\\\/microsofts-shoddy-http-api\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2006\\\/microsofts-shoddy-http-api\\\/#webpage\"},\"articleSection\":\"Tricks Tips Tools\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2006\\\/microsofts-shoddy-http-api\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bitpost.com\\\/news\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/tricks-tips-tools\\\/#listItem\",\"name\":\"Tricks Tips Tools\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/tricks-tips-tools\\\/#listItem\",\"position\":2,\"name\":\"Tricks Tips Tools\",\"item\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/tricks-tips-tools\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2006\\\/microsofts-shoddy-http-api\\\/#listItem\",\"name\":\"Microsoft&#8217;s shoddy HTTP API\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2006\\\/microsofts-shoddy-http-api\\\/#listItem\",\"position\":3,\"name\":\"Microsoft&#8217;s shoddy HTTP API\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/tricks-tips-tools\\\/#listItem\",\"name\":\"Tricks Tips Tools\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#person\",\"name\":\"m\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2006\\\/microsofts-shoddy-http-api\\\/#personImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg\",\"width\":96,\"height\":96,\"caption\":\"m\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/#author\",\"url\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/\",\"name\":\"m\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2006\\\/microsofts-shoddy-http-api\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg\",\"width\":96,\"height\":96,\"caption\":\"m\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2006\\\/microsofts-shoddy-http-api\\\/#webpage\",\"url\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2006\\\/microsofts-shoddy-http-api\\\/\",\"name\":\"Microsoft\\u2019s shoddy HTTP API | bitpost.com\\\/news\",\"description\":\"What's the FIRST thing you're going to want to add after you figure out how to programatically request web pages through Microsoft's WinINet HTTP API? Perhaps add a timeout? Forget it. UPDATE: Even with my snotty tone, I still got some great feedback from someone at Microsoft, Ari Pernick, about the state of things -\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2006\\\/microsofts-shoddy-http-api\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/#author\"},\"datePublished\":\"2006-04-25T20:27:31-04:00\",\"dateModified\":\"2006-05-04T15:12:53-04:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#website\",\"url\":\"https:\\\/\\\/bitpost.com\\\/news\\\/\",\"name\":\"bitpost.com\\\/news\",\"description\":\"Note to self\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Microsoft\u2019s shoddy HTTP API | bitpost.com\/news","description":"What's the FIRST thing you're going to want to add after you figure out how to programatically request web pages through Microsoft's WinINet HTTP API? Perhaps add a timeout? Forget it. UPDATE: Even with my snotty tone, I still got some great feedback from someone at Microsoft, Ari Pernick, about the state of things -","canonical_url":"https:\/\/bitpost.com\/news\/2006\/microsofts-shoddy-http-api\/","robots":"max-image-preview:large","keywords":"tricks tips tools","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/bitpost.com\/news\/2006\/microsofts-shoddy-http-api\/#article","name":"Microsoft\u2019s shoddy HTTP API | bitpost.com\/news","headline":"Microsoft&#8217;s shoddy HTTP API","author":{"@id":"https:\/\/bitpost.com\/news\/author\/m\/#author"},"publisher":{"@id":"https:\/\/bitpost.com\/news\/#person"},"image":{"@type":"ImageObject","@id":"https:\/\/bitpost.com\/news\/2006\/microsofts-shoddy-http-api\/#articleImage","url":"https:\/\/secure.gravatar.com\/avatar\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg","width":96,"height":96,"caption":"m"},"datePublished":"2006-04-25T20:27:31-04:00","dateModified":"2006-05-04T15:12:53-04:00","inLanguage":"en-US","commentCount":6,"mainEntityOfPage":{"@id":"https:\/\/bitpost.com\/news\/2006\/microsofts-shoddy-http-api\/#webpage"},"isPartOf":{"@id":"https:\/\/bitpost.com\/news\/2006\/microsofts-shoddy-http-api\/#webpage"},"articleSection":"Tricks Tips Tools"},{"@type":"BreadcrumbList","@id":"https:\/\/bitpost.com\/news\/2006\/microsofts-shoddy-http-api\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news#listItem","position":1,"name":"Home","item":"https:\/\/bitpost.com\/news","nextItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/tricks-tips-tools\/#listItem","name":"Tricks Tips Tools"}},{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/tricks-tips-tools\/#listItem","position":2,"name":"Tricks Tips Tools","item":"https:\/\/bitpost.com\/news\/category\/tricks-tips-tools\/","nextItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/2006\/microsofts-shoddy-http-api\/#listItem","name":"Microsoft&#8217;s shoddy HTTP API"},"previousItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/2006\/microsofts-shoddy-http-api\/#listItem","position":3,"name":"Microsoft&#8217;s shoddy HTTP API","previousItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/tricks-tips-tools\/#listItem","name":"Tricks Tips Tools"}}]},{"@type":"Person","@id":"https:\/\/bitpost.com\/news\/#person","name":"m","image":{"@type":"ImageObject","@id":"https:\/\/bitpost.com\/news\/2006\/microsofts-shoddy-http-api\/#personImage","url":"https:\/\/secure.gravatar.com\/avatar\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg","width":96,"height":96,"caption":"m"}},{"@type":"Person","@id":"https:\/\/bitpost.com\/news\/author\/m\/#author","url":"https:\/\/bitpost.com\/news\/author\/m\/","name":"m","image":{"@type":"ImageObject","@id":"https:\/\/bitpost.com\/news\/2006\/microsofts-shoddy-http-api\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg","width":96,"height":96,"caption":"m"}},{"@type":"WebPage","@id":"https:\/\/bitpost.com\/news\/2006\/microsofts-shoddy-http-api\/#webpage","url":"https:\/\/bitpost.com\/news\/2006\/microsofts-shoddy-http-api\/","name":"Microsoft\u2019s shoddy HTTP API | bitpost.com\/news","description":"What's the FIRST thing you're going to want to add after you figure out how to programatically request web pages through Microsoft's WinINet HTTP API? Perhaps add a timeout? Forget it. UPDATE: Even with my snotty tone, I still got some great feedback from someone at Microsoft, Ari Pernick, about the state of things -","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/bitpost.com\/news\/#website"},"breadcrumb":{"@id":"https:\/\/bitpost.com\/news\/2006\/microsofts-shoddy-http-api\/#breadcrumblist"},"author":{"@id":"https:\/\/bitpost.com\/news\/author\/m\/#author"},"creator":{"@id":"https:\/\/bitpost.com\/news\/author\/m\/#author"},"datePublished":"2006-04-25T20:27:31-04:00","dateModified":"2006-05-04T15:12:53-04:00"},{"@type":"WebSite","@id":"https:\/\/bitpost.com\/news\/#website","url":"https:\/\/bitpost.com\/news\/","name":"bitpost.com\/news","description":"Note to self","inLanguage":"en-US","publisher":{"@id":"https:\/\/bitpost.com\/news\/#person"}}]},"og:locale":"en_US","og:site_name":"bitpost.com\/news | Note to self","og:type":"article","og:title":"Microsoft\u2019s shoddy HTTP API | bitpost.com\/news","og:description":"What's the FIRST thing you're going to want to add after you figure out how to programatically request web pages through Microsoft's WinINet HTTP API? Perhaps add a timeout? Forget it. UPDATE: Even with my snotty tone, I still got some great feedback from someone at Microsoft, Ari Pernick, about the state of things -","og:url":"https:\/\/bitpost.com\/news\/2006\/microsofts-shoddy-http-api\/","article:published_time":"2006-04-26T01:27:31+00:00","article:modified_time":"2006-05-04T20:12:53+00:00","twitter:card":"summary","twitter:title":"Microsoft\u2019s shoddy HTTP API | bitpost.com\/news","twitter:description":"What's the FIRST thing you're going to want to add after you figure out how to programatically request web pages through Microsoft's WinINet HTTP API? Perhaps add a timeout? Forget it. UPDATE: Even with my snotty tone, I still got some great feedback from someone at Microsoft, Ari Pernick, about the state of things -"},"aioseo_meta_data":{"post_id":"125","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2021-03-13 19:53:55","updated":"2025-08-17 18:50:46","seo_analyzer_scan_date":null},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p9M11L-21","jetpack_likes_enabled":true,"_links":{"self":[{"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/posts\/125","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/comments?post=125"}],"version-history":[{"count":0,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/posts\/125\/revisions"}],"wp:attachment":[{"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/media?parent=125"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/categories?post=125"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/tags?post=125"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}