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

Enable caching of POST requests #92

Open
balhoff opened this issue Apr 2, 2019 · 3 comments
Open

Enable caching of POST requests #92

balhoff opened this issue Apr 2, 2019 · 3 comments

Comments

@balhoff
Copy link
Member

balhoff commented Apr 2, 2019

No description provided.

@balhoff
Copy link
Member Author

balhoff commented May 16, 2019

It seems like currently this is configured only for GET:

case r: RequestContext if (r.request.method == GET) => (r.request.uri, r.request.headers.find(_.is("accept")))

@balhoff
Copy link
Member Author

balhoff commented May 16, 2019

Make sure it is understood what is indexed to disambiguate POSTs - the body?

@hlapp hlapp changed the title Check whether POST requests are cached Enable caching of POST requests May 16, 2019
@balhoff
Copy link
Member Author

balhoff commented Jun 25, 2019

Reopening—this was not properly keying on the form fields: rolled back.

@balhoff balhoff reopened this Jun 25, 2019
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