This is my url,
http://api.theahsanzaman.info/token?username=haris123@gmail.com&password=Haris@123&grant_type=password
I want it to encode it like this way,
http://api.theahsanzaman.info/token?username%3Dharis123%40gmail.com%26password%3DHaris%40123%26grant_type%3Dpassword
The = sign should be replace by %3D The & sign should be replace by %26 The @ sign should be replace by %40
How can i change my ur to this?