[5] CGI で鯖が実装定義のメタ変数を設定する時は名前が X_
ではじまるべきであるとされています >>4。
[1] [COAR 03] 8.3 (抜粋):
Servers MAY at their discretion define additional implementation-specific extension metavariables provided their names do not conflict with defined header field names. Implementation-specific metavariable names SHOULD be prefixed with "X_" (e.g., "X_DBA") to avoid the potential for such conflicts.
サーバーは、定義された頭欄名とは衝突しない追加の実装特有拡張メタ変数を定義しても構いません (MAY)。
実装特有メタ変数名は X_
を接頭辞とする (例:
X_DBA)
ことでそのような衝突の可能性を避けるべきです (SHOULD)。