如何增加 Chilkat http 中 Http Get 请求响应的大小
我正在使用 Chilkat Http tp 从 URL 获取响应。但是,只要响应太大,它就会给出“null”响应,或者只给出部分页面源。我已经阅读了 Chilkat 文档,但没有得到帮助。是否有某种方法可以增加响应大小,或者是否有其他方法可以解决此问题。
提前致谢
I am using Chilkat Http tp get response from a URL. But whenever the response is too large, it either gives "null" Response or it gives only partial Page Source. I have gone through Chilkat documentation, but didn't get help. Is there some way to increase the Response Size or if there's any other way to solve this issue.
Thanks in Advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将
MaxResponseSize
设置为足够大的值或设置为 0(表示任意大小)。请参阅http://www.chilkatsoft.com/refdoc/csHttpRef.html
Either set
MaxResponseSize
to something big enough OR to 0 (which means any size).see http://www.chilkatsoft.com/refdoc/csHttpRef.html