"Stéphane Heckel" wrote : > do you know which algorythm I should use to encode the body/text ?
More details : it seems that only the 3 following characters %, & and = need to be transformed. sStrText = Remplace(sStrText,"%","%25") sStrText = Remplace(sStrText,"&","%26") sStrText = Remplace(sStrText,"=","%3D") so now, I have experimented both mechanisms XMLRPC & HTTP POST to read & write pmwiki pages from my windows client tool. I didn't see any advantage of xmlrpc over http POST mechanism, ... However, the POST mechanism can be used with a standard pmwiki engine, without adding any recipes. Can someone elaborate on that ? security ? performance ? compatibility ?, ... Thanks SH
_______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
