HTTPRedirect

HTTPRedirect[uri]

指定された uri へのHTTPリダイレクトを表す.

HTTPRedirect[uri,metadata]

指定されたメタデータを持つ uri へのHTTPリダイレクトを表す.

詳細

  • リダイレクトの位置 uri は,明示的なURLを表す文字列かCloudObjectでよい.
  • HTTPRedirectは,大抵の場合,CloudObjectに保存されるか,APIFunctionまたはFormFunction中の結果として指定されるかする.
  • HTTPRedirect[]CloudDeployを使ってクラウドに配備することができる.
  • HTTPRedirect中のメタデータは,次の可能な要素を含む連想である.
  • "StatusCode"302HTTP状態コード
    "ContentType""text/html"コンテンツのMIMEタイプ
    "Cookies"{}設定するクッキー
    "Headers"AutomaticHTTP応答のヘッダを与える規則のリスト

例題

すべて開くすべて閉じる

  (1)

新たなURLにリダイレクトする:

APIFunction内で使う:

FormFunction内で使う:

スコープ  (1)

デフォルトで,HTTPRedirectはリダイレクトを構築する.一時的なリダイレクトは,ブラウザによってキャッシュされない:

永久的なリダイレクトを使うとブラウザが応答をキャッシュする:

おもしろい例題  (1)

新たなURLにリダイレクトするフォーム関数を作る:

Wolfram Research (2014), HTTPRedirect, Wolfram言語関数, https://reference.wolfram.com/language/ref/HTTPRedirect.html.

テキスト

Wolfram Research (2014), HTTPRedirect, Wolfram言語関数, https://reference.wolfram.com/language/ref/HTTPRedirect.html.

CMS

Wolfram Language. 2014. "HTTPRedirect." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/HTTPRedirect.html.

APA

Wolfram Language. (2014). HTTPRedirect. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/HTTPRedirect.html

BibTeX

@misc{reference.wolfram_2024_httpredirect, author="Wolfram Research", title="{HTTPRedirect}", year="2014", howpublished="\url{https://reference.wolfram.com/language/ref/HTTPRedirect.html}", note=[Accessed: 21-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_httpredirect, organization={Wolfram Research}, title={HTTPRedirect}, year={2014}, url={https://reference.wolfram.com/language/ref/HTTPRedirect.html}, note=[Accessed: 21-November-2024 ]}