Compression of request body
Unanswered
Chukar posted this in #help-forum
ChukarOP
I want to compress the request body of the API so that no one can see this and also want to receive the response in compressed form.
8 Replies
@Chukar I want to compress the request body of the API so that no one can see this and also want to receive the response in compressed form.
what you are looking for is encryption and decryption. which already happens for sites hosted on https: only the frontend and the server knows the content of the request and the response
ChukarOP
I want to hide the request body
For?
Depending on the use case, it could be possible or not possible. What are you trying to do?
Abyssinian
I don't really think you can that well , any encryption function can be found in the JS files
But I'd like to know why you want to do it
ChukarOP
can not I use the brotli compression to compress my request body ??
“No one can see this” then brotli is not the solution. Everyone can uncompress brotli