I have set GZIP validation and need to know if this can be executed inside terminal as Linux command:
curl -X HEAD -I -sH 'Accept-encoding: gzip' Example Domain | grep content-encoding curl -X HEAD -I -sH 'Accept-encoding: br' Example Domain | grep content-encoding |
Last edited by a moderator: