「Secure link」はTREXに日本語 - 英語方向にはありません
英語-日本語 (Secure link)

低品質の文の例

Secure.linkジェネレーターとは何ですか?
What is a Secure. link generator?
ハッシュ値はsecure_linkディレクティブで指定されたmd5_hashと比較されます。
This hash value is compared with the md5_hash given in the secure_link directive.
Secure_linkおよびsecure_link_md5が用いられており、リクエストされたURIが計算されたMD5ハッシュに適合する場合、$secure_linkは1となります。
If using secure_link and secure_link_md5, when the requested URI matches the computed MD5 hash, then$secure_link is set to 1.
変数$secure_linkこの変数は、secure_link_secretが用いられているかどうかで、異なる挙動を示します:secure_link_secretが用いられており、リクエストされたURIが計算されたMD5ハッシュに適合する場合、$secure_linkは保護されたURIとなります。
Variables$secure_link This variable behaves differently depending on whether secure_link_secret is used or not: If using secure_link_secret, when the requested URI matches the computed MD5 hash,$secure_link is set to the protected URI.
両者が合致する場合、$secure_linkは1となり、それ以外の場合は空文字列となります。
If they match then$secure_link is set to 1, otherwise it's the null string.