REST API: Pagination Headers in Conditional Requests #75348
Unanswered
lechuk47
asked this question in
API and Webhooks
Replies: 1 comment
-
Did you find any solution to this? |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Select Topic Area
Bug
Body
Hi there,
When using Conditional Requests, if the request is NOT-authenticated, the response returns the pagination headers (Link) while If I make the same request using a TOKEN, the response does not include them. I understand this should behave the same way independently if the request is authenticated or not.
I'm working on a cache for Github requests and I would like to get updated pagination headers using AUTH and conditional requests.
Beta Was this translation helpful? Give feedback.
All reactions