<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>honey8823</author_name>
  <author_url>https://blog.hatena.ne.jp/honey8823/</author_url>
  <blog_title>アナログCPU：5108843109</blog_title>
  <blog_url>https://honey8823.hateblo.jp/</blog_url>
  <categories>
    <anon>JavaScript(jQuery)</anon>
  </categories>
  <description>jQueryでAjax使ってAPIをPOSTで叩いてるのに、何故かGETになる。 数時間かかってなんとか解決。 before $.ajax({ type: &quot;POST&quot;, url: &quot;/api/hoge/add/&quot;, data: { id: 1 }, dataType : &quot;text&quot; }) .done(function(data){ ... }) .fail(function(XMLHttpRequest, textStatus, errorThrown){ ... }); after $.ajax({ type: &quot;POST&quot;, url: &quot;/api/hoge/add&quot;, data: { …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhoney8823.hateblo.jp%2Fentry%2F2022%2F01%2F20%2F133408&quot; title=&quot;AjaxでPOSTしてるはずがGETになる - アナログCPU：5108843109&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2022-01-20 13:34:08</published>
  <title>AjaxでPOSTしてるはずがGETになる</title>
  <type>rich</type>
  <url>https://honey8823.hateblo.jp/entry/2022/01/20/133408</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
