#5732 - Improve and fix get_webservice_result
0 guests and 0 members have recently viewed this.
The top 3 point earners from 22nd Mar 2026 to 29th Mar 2026.
| Gabri |
|
|
|---|---|---|
| Jason Verhagen |
|
|
| jacobgkau |
|
|
There are no events at this time
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.