Hi,
After some testing to track down a nonce problem, I've found the URL returned for the next page field for the GET /project/search endpoint contains all the OAuth parameters from the first call.
This doesn't make sense to include those parameters since the OAuth parameters should be generated for each call (particularly the nonce parameter). Why are these returned in the pagination URL for this endpoint (and I assume probably others)?
At this point it makes the pagination URLs in the response useless.
Regards,
Simon