Hi, I am working on upgrading solr search , from 5.2.1 to 8.5.2. We have used spring security to integrate solr search with an internal authentication service. dataimport api on version 5.2.1 was a get call, but incase of 8.5.2, it's a post call.
1. Is there any way to change dataimport api to get call? 2. Is there any guide to send _csrf token in data import api request header?