We are facing issue to fetch more than 5000+ records with batch request using Web API.
we use below link to use batch request:
https://community.dynamics.com/crm/f/117/t/223201
In first batch request we get 5000 records, but when we call another batch request with paging cookie than we getting "{"Message":"The batch request must have a \"Content-Type\" header."}" error message.
Anyone know how to fetch more than 5000+ records with batch request.
*This post is locked for comments