#5732 - Improve and fix get_webservice_result

This is a spacer post for a website comment topic. The content this topic relates to: #5732 - Improve and fix get_webservice_result
This was multiple issues...

1) The transmitted error message was being html entity encoded, but the server was not decoding the entities. Therefore, for example, anything with an apostrophe would not get matched.

2) On the client end, cache_and_carry returns an array with the first item being a string. We were assuming it was an object (HttpDownloader) which was not the case. So it would always fail.
0 guests and 0 members have recently viewed this.