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

Utilize HEAD requests to the service #32

Open
machawk1 opened this issue Apr 9, 2018 · 0 comments
Open

Utilize HEAD requests to the service #32

machawk1 opened this issue Apr 9, 2018 · 0 comments

Comments

@machawk1
Copy link
Member

machawk1 commented Apr 9, 2018

The HTTP HEAD verb (c.f. GET, POST, etc) is useful both for testing as well as for users to get brief information without needing to wait for a potentially long process to finish. In my local instance when I

curl -I http://localhost:3000/alsummarizedtimemap/archiveIt/1068/4/summary/http://4genderjustice.org/

I am told "METHOD NOT ALLOWED". If you are caching the results at all, expressing the state of the processing could be done via an HTTP response header from a HEAD request (with the same information potentially also being present in the GET).

dhruv282 pushed a commit to dhruv282/tmvis that referenced this issue Mar 21, 2020
Added image grid and image slider embed code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant