E
E
EvgeniySaschenko2020-01-16 22:43:47
Data compression
EvgeniySaschenko, 2020-01-16 22:43:47

How do the HTTP header options Accept-Encoding - content compression work?

I understand correctly that if you write like this, then the content will be transferred in 3 archives Accept-Encoding: gzip, compress, br?
This example is taken from the Mozilla website:
https://developer.mozilla.org/uk/docs/Web/HTTP/%D0...

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
DevMan, 2020-01-16
@EvgeniySaschenko

I understand correctly that if you write like this, then the content will be transferred in 3 archives Accept-Encoding: gzip, compress, br?
no.
the content will either not be compressed at all, or will be compressed by one of these algorithms at the discretion of the server.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question