sorry for the bump, but I'm getting the same issue connecting to another website
ie
URL is longer than the maximum allowed length.
maxUrlLen: 2000
I tried executing via browser and that worked fine. is the a limit with the macro geturl ?
I see in the VB API the default is 2000
https://www.chilkatsoft.com/refdoc/xChilkat...Ref.html#prop66
The Http class will automatically fail any URL longer than this length. The default MaxUrlLen is 2000 characters.
is there any possibility of increasing this default ?
CODE |
$datagpx = GetUrl($url) |
ie
URL is longer than the maximum allowed length.
maxUrlLen: 2000
I tried executing via browser and that worked fine. is the a limit with the macro geturl ?
I see in the VB API the default is 2000
https://www.chilkatsoft.com/refdoc/xChilkat...Ref.html#prop66
The Http class will automatically fail any URL longer than this length. The default MaxUrlLen is 2000 characters.
is there any possibility of increasing this default ?