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

Remove option to use HTTP HEAD from API-design-guidelines.md #50

Merged
merged 1 commit into from
Aug 29, 2023

Conversation

eric-murray
Copy link
Collaborator

What type of PR is this?

Add one of the following kinds:

  • documentation

What this PR does / why we need it:

HEAD requests are not suitable for network APIs managing dynamic data and there use should be prohibited. There are alternatives to HEAD requests if the purpose is to see whether the data has changed since last requested - for example, the If-Modified-Since header.

Which issue(s) this PR fixes:

Fixes #28

Special notes for reviewers:

No APIs currently define HEAD requests

Changelog input

 release-note
 - Remove option to use HTTP HEAD from API design guidelines

Additional documentation

N/A

HEAD requests are not suitable for network APIs managing dynamic data
Copy link
Collaborator

@patrice-conil patrice-conil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rartych rartych merged commit 6684b6c into camaraproject:main Aug 29, 2023
rartych added a commit that referenced this pull request Sep 7, 2023
Link to PR #50 corrected
@eric-murray eric-murray deleted the Issue-#28 branch September 13, 2023 08:17
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

Successfully merging this pull request may close these issues.

Proposal to remove the option of HTTP HEAD requests from the API Design Guidelines
3 participants