Skip to content

Instantly share code, notes, and snippets.

@johnta0
Last active November 16, 2018 03:49
Show Gist options
  • Save johnta0/23bbd1811cd065962896de6fa05f6475 to your computer and use it in GitHub Desktop.
Save johnta0/23bbd1811cd065962896de6fa05f6475 to your computer and use it in GitHub Desktop.

memo

CamoのURL形式で気になったこと

公式のREADMEによると、CamoのURL Formatsは以下の2つがある

http://example.org/<digest>?url=<image-url>
http://example.org/<digest>/<image-url>

上の形式で生成したURLでは正常に動作したが、下の形式だとNot Foundと言われた。 これは、下の形式のはurlそのままではなく、urlをUTF-8でエンコードし、それをバイト毎にhexで表現したものだそうだ(参考)。

画像cacheをnginxで

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment