Quiz
- Could you go over some more on how caches are related to GET and POST?
Sure. I'll even do a demo.
- 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.
Sure. I'll even do a demo.
The application uses POST instead.