Urlencoding (again)

KMatle

Expert
Licensed User
Longtime User
Situation: B4x + httputils + php

I know there's an automatic Url-encoding in httputils. So I never cared for any converting because everything is working like a charm. On the php side I never needed a Url-decoding. All I do here is a Base64 decoding.

Playing wit .net I mentioned I forgot to Url-encode the data so some data became space (later I did a encoding and it worked).

Now I would expect to do a Url-decoding in php, which is not needed. As it seems the Base64decode method can handle Url-encoded strings, too.

Is this correct?
 
Top