Re: base64urlencode

2020-06-16 Thread Mark Wieder via use-livecode
On 6/16/20 12:00 PM, Mike Kerner via use-livecode wrote: you sure? there is a difference in padding, as well, it seems Dunno. I don't have a use case for this. But https://stackoverflow.com/questions/30246497/using-statement-for-base64urlencode -- Mark Wieder ahsoftw...@gmai

Re: base64urlencode

2020-06-16 Thread Mike Kerner via use-livecode
? it's not the same as > > base64encoding or urlencoding. > > > > It mostly is the same. Does this do the trick? > > function base64urlencode pString > local tEncoded > > put base64encode(pString) into tEncoded > replace "+&quo

Re: base64urlencode

2020-06-16 Thread Mark Wieder via use-livecode
On 6/16/20 9:24 AM, Mike Kerner via use-livecode wrote: does anyone have a routine to do base64urlencoding? it's not the same as base64encoding or urlencoding. It mostly is the same. Does this do the trick? function base64urlencode pString local tEncoded put base64e

base64urlencode

2020-06-16 Thread Mike Kerner via use-livecode
does anyone have a routine to do base64urlencoding? it's not the same as base64encoding or urlencoding. -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the third day, God put the animals on hold for a few hours, and did a little diving.