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

Endpoint /cache does not follow expected RFC format for ETag #562

Open
fortizpenaloza opened this issue Jul 2, 2019 · 1 comment · May be fixed by #563
Open

Endpoint /cache does not follow expected RFC format for ETag #562

fortizpenaloza opened this issue Jul 2, 2019 · 1 comment · May be fixed by #563

Comments

@fortizpenaloza
Copy link

fortizpenaloza commented Jul 2, 2019

According to RFC 7232, section 2.3; the ETag's format must be "opaque quoted string" (using double quotes).

/cache without If-Modified-Since or If-None-Match header does not comply with this format, where other endpoints do. It would be great to have this fixed for consistency.

@fortizpenaloza fortizpenaloza linked a pull request Jul 2, 2019 that will close this issue
@fortizpenaloza
Copy link
Author

fortizpenaloza commented Jul 3, 2019

Hi,

after testing it on httpbin.org, I found that it works differently. It seems that this is no longer repo, right? I couldn't find version 0.9.3 to provide a PR.

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 a pull request may close this issue.

1 participant