0

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

sumit_batcoder
  • 3,369
  • 1
  • 25
  • 36

1 Answers1

0

Either set MaxResponseSize to something big enough OR to 0 (which means any size).

see http://www.chilkatsoft.com/refdoc/csHttpRef.html

Yahia
  • 69,653
  • 9
  • 115
  • 144