I am using LZW algorithm for stringified JSON object to reduce size. Size reduction is fantastic, but I am having problems transmitting compressed string via AJAX because of URL malformed error. If I encode it with base64, the size goes up enormously.
What are the practices to send LZW compressed data to server ?