0

Safari ブラウザで iPhone の UDID を読み込もうとしていますが、アドレスの下にそれを実現する方法のマニュアルがあります。

https://developer.apple.com/library/archive/documentation/NetworkingInternet/Conceptual/iPhoneOTAConfiguration/profile-service/profile-service.html#//apple_ref/doc/uid/TP40009505-CH2-SW26

私はある種の 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

}

これは何語ですか?

4

0 に答える 0