<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>dechnostick</author_name>
  <author_url>https://blog.hatena.ne.jp/dechnostick/</author_url>
  <blog_title>デクノスティック</blog_title>
  <blog_url>https://dechnostick.hatenablog.com/</blog_url>
  <categories>
    <anon>IIS</anon>
  </categories>
  <description>Web アプリで対処するには以下のような機能が必要。 疑似コード： public static string getIPAddress(Page page) { string xff = page.Request.ServerVariables[&quot;X_FORWARDED_FOR&quot;]; if (xff == null) { return page.Request.ServerVariables[&quot;REMOTE_ADDR&quot;]; } return [X_FORWARDED_FOR から適切な Client IP アドレスを抽出する]; } ただし X_FORWARDED_FOR は詐称が可能なので信…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdechnostick.hatenablog.com%2Fentry%2F2015%2F03%2F16%2F015736&quot; title=&quot;X-Forwarded-For - デクノスティック&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>2015-03-16 01:57:36</published>
  <title>X-Forwarded-For</title>
  <type>rich</type>
  <url>https://dechnostick.hatenablog.com/entry/2015/03/16/015736</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
