Recently we have been seeing that one of the response header properties was changed from ‘Link’ to ‘link’, we use this property for some pagination logic, so before we make changes I wanted to just confirm that this change was made. Thanks!
Hello,
Since http headers are case insensitive our recommendation would be to check in a case insensitive matter.
2 Likes
Thanks erik! Just to make sure then, we should be checking for both ‘Link’ as well as ‘link’ right?
The casing has changed before for that particular header. I don’t think it will be the case where you see different casing throughout the day. If you change to link from Link you most likely will be ok, but I can’t guarantee it may not change at a later time?
1 Like
Makes sense we will support both to be safe, Thanks!
Okta changed to HTTP/2, which requires headers to be in lowercase.
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.