LlBase64ToString/ja
From Second Life Wiki
メインページ > LlBase64ToString > LlBase64ToString/ja
例
default { state_entry() { string test = llBase64ToString("U2VjcmV0Ok9wZW4="); llSay(0,test ); } }
これはBasic認証で使えます。例えば以下のようなログイン処理が挙げられます:
GET / HTTP/1.1 User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2) Host: www.example.com Authorization: Basic U2VjcmV0Ok9wZW4=
llBase64ToString("U2VjcmV0Ok9wZW4="); // "Secret:Open" という文字列を返します
この項目はあなたにとって参考にならない項目ですか?もしかしたらLSL Wikiの関連した項目が参考になるかもしれません。

