packbackbooks / lti-1-3-php-library

A library used for building IMS-certified LTI 1.3 tool providers in PHP.
Apache License 2.0
39 stars 25 forks source link

DEV-11392: check to see if headers Link is set #19

Closed pb-sobrien closed 3 years ago

pb-sobrien commented 3 years ago

Summary of Changes

I was only able to test this locally on Canvas. In dev testing, I found that many requests do NOT include this in the headers. If we don't have it, we can just break the loop since we don't need to make any more paginated requests.

Testing