Page 1 of 1

HTTP(S) SetHttpHeader, Status, Response

Posted: Fri Sep 15, 2017 12:55 pm
by Rinzwind
-Basically anything that is missing to make those JSON libraries useful in real life...
-Also Crypto could use some more work. Encrypt/decrypt with easy string parameters. Luckily Walbus posted a decent one in the forums which would make a nice addition to PB!
-Speaking about HTTP... the base64encoder also encodes the ending NULL character which goes against any other base64 encoder (checked .NET and several online base64 encoder websites). At least the help file should mention this.

Re: HTTP(S) SetHttpHeader, Status, Response

Posted: Fri Sep 15, 2017 1:24 pm
by kenmo
Hi,
-Speaking about HTTP... the base64encoder also encodes the ending NULL character which goes against any other base64 encoder (checked .NET and several online base64 encoder websites). At least the help file should mention this.
I don't understand this one. You tell the Base64 functions how many input bytes to encode, so it's your choice to include a NULL or not.

Re: HTTP(S) SetHttpHeader, Status, Response

Posted: Fri Sep 15, 2017 1:59 pm
by Rinzwind
Ok, then add a stringbase64encode, just like what happened with fingerprint incl encoding. Make it "basic" to use.