为什么要MetadataTypesHandler.ProcessRequest()
在 ORMLite for ServiceStack 中添加此代码?
httpRes.ContentType = "application/x-ssz-metatypes";
var encJson = CryptUtils.Encrypt(EndpointHostConfig.PublicKey, json, RsaKeyLengths.Bit2048);
httpRes.Write(encJson);
看起来它正在签署页面,但内容类型是非标准的。