本文介绍了DotNetOpenAuth我需要在FetchResponse中发送长字符串的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
当我在FetchResponse中发送长字符串时
When I send Long string in FetchResponse
执行扔
无效的URI:Uri字符串太长.
Invalid URI: The Uri string is too long.
推荐答案
AX或任何其他OpenID扩展名都不旨在承载大型有效载荷.如果您有图像或其他大型二进制数据要传输,最好通过URL访问该图像,然后通过AX传输URL.
AX, or any other OpenID extension, is not designed to carry large payloads. If you have an image or other large binary data to transmit, it's better to make the image accessible via a URL and then transmit the URL over AX.
这篇关于DotNetOpenAuth我需要在FetchResponse中发送长字符串的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!