0

I'll set akamai in front of my server, so i need to remove ETAG header from my responses.

Please, anyone could tell me the easy way to do it?

Thanks.

Eusthace
  • 3,601
  • 7
  • 34
  • 41

1 Answers1

0

In application.conf:

http.useETag=false

I have only seen this associated to older versions of Play, so I cannot tell it is still available.

Salem
  • 12,808
  • 4
  • 34
  • 54
  • I think that is not available, as i've tried and still having ETAGs, just change cache-control, not remove ETAG. Any help? – Eusthace May 10 '13 at 16:35