Hello all
For the OpenCachingByRadius-macro I used the cache-status-parameter "temporarily unavailable" as a filter for the query on the OKAPI-server
But this returned an error-message. The server-log from the OKAPI showed that the string of the query has a mistake
the part of the server-log:
%22status%22:%22Temporarily%2520unavailable%22,
a part of a GSAK-debug-log (part of the query)
"radius":"1500","status":"Temporarily unavailable","found_by":
It seems so that the space within "temporarily unavailable" is wrong encoded. Someone supposed that there is a bug in the encoding-routine of the GetUrl. I can't believe this.
At the moment I'm totaly helpless
. Any ideas ? Maybe someone with a similar problem ?
For the OpenCachingByRadius-macro I used the cache-status-parameter "temporarily unavailable" as a filter for the query on the OKAPI-server
But this returned an error-message. The server-log from the OKAPI showed that the string of the query has a mistake
the part of the server-log:
%22status%22:%22Temporarily%2520unavailable%22,
a part of a GSAK-debug-log (part of the query)
"radius":"1500","status":"Temporarily unavailable","found_by":
It seems so that the space within "temporarily unavailable" is wrong encoded. Someone supposed that there is a bug in the encoding-routine of the GetUrl. I can't believe this.
At the moment I'm totaly helpless
