Hi,
I have a nats server which used username and password for connection.
I am using nats.c lib for connection to nats url server using natsConnection_ConnectTo
and before requesting connection, percent encoding for username and password is added for special character.
When url is created which have special character in username and password, connection is not created.
Question is does nats.c support percent encoding for special character to username and password of connection url ?
Thanks & Regards