Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comments for Full Page Caching in Interchange 5 #867

Open
phinjensen opened this issue Nov 11, 2017 · 2 comments
Open

Comments for Full Page Caching in Interchange 5 #867

phinjensen opened this issue Nov 11, 2017 · 2 comments

Comments

@phinjensen
Copy link
Contributor

phinjensen commented Nov 11, 2017

Comments for https://www.endpointdev.com/blog/2013/10/full-page-caching-in-interchange-5/
By Mark Johnson

To enter a comment:

  1. Log in to GitHub
  2. Leave a comment on this issue.
@phinjensen
Copy link
Contributor Author

original author: Anonymous
date: 2013-10-29T12:42:57-04:00

What's a (non-)RESTful URL? This is mentioned only in passing, please explain what you mean, perhaps with an example.

@phinjensen
Copy link
Contributor Author

original author: Jon Jensen
date: 2013-10-31T04:02:50-04:00

I'm not the author, but I suspect he means by a RESTful URL one that does not depend on state not represented in the URL, such as the session.

Interchange 5's /process action is a good example of this. But that's usually POSTed to. Many GET requests such as adding to cart, fetching a session-specific /scan URL, etc. are also problematic for being non-idempotent, not portable between users, or both.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant