-
Tristan Cavelier authored
On Google Chrome or Chromium, requests methods (POST,PUT,GET,DELETE) act on the internal browser cache, so important action like PUT could not work. The Url sended with the request is appended by '?_=xxx' (which 'xxx' is the current date in ms) to make this Url unique.
253ebe82