I'm creating an aliase using solr
now if collection list goes beyond 300 collection's then solr is throwing "URI is too Large" exception. While researching i have found a solution to make POST request but solr has GET request for create aliase API. How can i do that?