gzip

  1. byz

    B4J Question [B4X]How to compress and decompress strings using gzip.

    Base64 + Gzip is a widely adopted method for efficient and text-safe data transmission in web APIs and network protocols. the WEBAPI interface compresses a large json string through gzip and returns it as a base64 encoded string. Therefore it needs to be unzipped. I've done it in vb.net, but b4x...
  2. Mashiane

    B4J Question [BANano]: [SOLVED] BANano.GZipGeneratedWebsite() after Post Processor?

    Ola I'm running a post processing script based on Kiffi's post processor My challenge is that when running my site against website profilers, they recommend that I use gzip for the resources. This means the images, css and js files need to be gzipped for better performance of the website. The...
Top