The problem with version 3.0 and the (necessary) % encoding -
It’s catch-22 - for a valid url you must encode spaces as %20 but the binding misinterprets %, and so you need double %%
The problem with version 3.0 and the (necessary) % encoding -
It’s catch-22 - for a valid url you must encode spaces as %20 but the binding misinterprets %, and so you need double %%