Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

[16:08:38 CST(-0600)] <prairycat> https://speakerdeck.com/jaffathecake/application-cache-douchebag

[16:10:05 CST(-0600)] <drewwills> and render/resource URLs seem to have nice features for setting response headers to instruct browsers on appropriate caching

[16:10:12 CST(-0600)] <drewwills> but not action

[16:10:21 CST(-0600)] <EricDalquist> right

[16:10:31 CST(-0600)] <EricDalquist> because the browser should never cache them

[16:10:34 CST(-0600)] <EricDalquist> since they return 302s

[16:10:40 CST(-0600)] <EricDalquist> which by the http spec are uncachable

[16:10:50 CST(-0600)] <drewwills> hmmm