Quiz

  1. Could you go over some more on how caches are related to GET and POST?

    Sure. I'll even do a demo.

  2. If information needed from GET is sensitive or lengthy, how is it handled if it can't be in the URL?

    The application uses POST instead.