Safari ブラウザで iPhone の UDID を読み込もうとしていますが、アドレスの下にそれを実現する方法のマニュアルがあります。
私はある種の PHP を使用する必要があると考えましたが、彼らが記述している言語は PHP ではありません。
これがコードの1つです。
world.mount_proc("/enroll") { |req, res|
HTTPAuth.basic_auth(req, res, "realm") {|user, password|
user == 'apple' && password == 'apple'
}
res['Content-Type'] = "application/x-apple-aspen-config"
configuration = profile_service_payload(req, "signed-auth-token")
signed_profile = OpenSSL::PKCS7.sign(@@ssl_cert, @@ssl_key,
configuration, [], OpenSSL::PKCS7::BINARY)
res.body = signed_profile.to_der
}
これは何語ですか?