i use socketio parameters property to initialize some json data.
These parameters are send by GET method to node server.
If these parameters contains special characters, i need to urlencode these parameters.
Who should call urlencode ? socketio component in GetParameters function or developer when he initialize parameters property ?
Indy ParamsEncode function (in IdUri.pas) seems not properly encode some characters ("&" for example).
However, HttpEncode in HttpApp seems work.
Thank you,
Fabien.
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »