タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

JSONとURIとHTTPに関するwackyのブックマーク (2)

  • Endpoint Resolver

    The Endpoint Resolver is a simple library that takes a URL and returns the final destination of that URL. It tries to follow a Location: header. How it works Given the URL, it gets passes to a server side resolver that hits the URL to get the headers. If a Location: header appears it is a redirect (ignoring 301, 302 for now, so a 200 + Location would count). Since this happens via JSONP, it happen

    wacky
    wacky 2008/06/27
    指定URLのリダイレクト先をJSONPで取得するためのスクリプトセット(JavaScript + PHP)。Apache License 2.0。(→ プロジェクト: http://code.google.com/p/endpoint-resolver/
  • 404 Blog Not Found:perl - 任意のURIのStatusを確認するAPI

    2007年03月31日05:00 カテゴリLightweight Languages perl - 任意のURIのStatusを確認するAPI 「404 Blog Not Found:誤った404エラーページをつくるただ1つの方法」で示したようなURIのStatusを、Webブラウザーから直接確認することを可能にするAPIを作りました。 Synopsis http://api.dan.co.jp/status/callback/http://www.example.com/path/ にアクセスすると、callback(json);のフォーマットで、http://www.example.com/path/のStatusをJSONPで返します。 callbackにxmlを指定すると、出力フォーマットがXMLになります。 Example Time URI Code Status Chain H

    wacky
    wacky 2007/04/03
    任意のURLのHTTPレスポンス・ステータスを確認するWeb API。結果はJSONPとXMLで取得。
  • 1