Maxthon does not use ETag


Recommended Posts

IE and FF will send the correct headers for eg. *.js files:

If-Modified-Since: Mon, 23 Feb 2015 16:03:32 GMT

If-None-Match: "72d5ae45824fd01:0"

 

However Maxthon always sends:

Cache-Control: no-cache

Pragma: no-cache

 

I would expect that Maxthon is sending the ETags, it received for those files.

 

My test setup was:

1. Load a page (no cache here, responses inlcude ETag headers)

2. Wait for page to load

3. Refresh that page (IE and FF will send ETag and get 304 response, Maxthon does not send those headers and gets 200 response)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.