i am working on a android project where i have to send a base64 converted image string to server and retrive but in my case the url is like below
i am able to convert the string but the string is too big and i am unable to pass that big string into the url. Is there any way i can pass this string to url as parameter?