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

HEAD requests to /shows/id/progress/watched are counting toward AUTHED_API_POST_LIMIT limit. #291

Open
mattcomi opened this issue May 31, 2021 · 1 comment
Labels
Feature Request New feature or request In Progress We're working on it :)

Comments

@mattcomi
Copy link

I am trying to use the etag header to determine if my local progress is up to date, but given that HEAD requests are counting toward the AUTHED_API_POST_LIMIT, I'm better of sticking to GET. Hopefully this is a bug, thanks!

Example response headers below:

"Server": cloudflare, 
"x-runtime": 0.001433, 
"Cache-Control": no-cache, 
"Date": Mon, 31 May 2021 13:51:28 GMT, 
"retry-after": 1, 
"x-request-id": f7bfd634-ad6b-4ea8-bfc9-bf295cc05fa4, 
"cf-cache-status": DYNAMIC, 
"cf-ray": 6580ad57bac03e64-ADL, 
"expect-ct": max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct",
"cf-request-id": 0a644aaad600003e64c6b5c000000001, 
"x-ratelimit": {"name":"AUTHED_API_POST_LIMIT","period":1,"limit":1,"remaining":0,"until":"2021-05-31T13:51:28Z"}
@rectifyer
Copy link
Contributor

Please post the API request and headers, just so I can have the exact test case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request New feature or request In Progress We're working on it :)
Projects
None yet
Development

No branches or pull requests

2 participants