REQUEST_TOKEN

環境変数 REQUEST_TOKEN (SIP-CGI)

[2] REQUEST_TOKEN は、 SIP-CGI環境変数の1つです。

文脈

[3] SIP-CGI で使われます。

[4] HTTPCGI にはありません。

関連

[5] RESPONSE_TOKEN

歴史

[1] RFC 3050 (SIP−CGI/1.1) 5.5.1.12 REQUEST_TOKEN
  • REQUEST_TOKEN = token

If the script specified a request token in a proxied request, this token is returned to the server in responses to that request. Note that this token is chosen by the script, not by the server. Each response to a proxied request contains the same value for this token.

スクリプトが串た要求中で要求字句を指定していれば、 この字句はその要求の応答でサーバーに返されます。 この字句はスクリプトにより選ばれるのであって、 サーバーによって選ばれるのではないことに注意して下さい。 串した要求に対する各応答はこの字句に同じ値を含みます。

メモ