Forge api 的 URN 应使用哪种 base64 标准?

Which base64 standard should be used with URNs for forge apis?

tutorial / docs of the model derivative API it is mentioned URNs should be urlsafe base64 encoded according to RCF 6920 but the spec is not mentioned in the full list of base64 variants教程中也有提到。本教程是否参考了 RCF 4648 或应该使用哪个标准?

此致,
多米尼克

这是一个有趣的问题。在使用 Forge Model Derivative 服务时,我一直在使用各种方法 encode/decode base64,例如:

如果这些方法的文档提到了什么,那就是 RFC 4648,所以我会说就是那个,加上 URL 安全编码,意思是:

the "+" and "/" characters are respectively replaced by "-" and "_", and the padding "=" signs are omitted