How do I pass a string to an Ajax GET request as a query param without the string getting encoded? – Jquery ajax
I am trying to pass a list of subject id's as a query param in an Ajax get-request, so that it only returns data pertaining to the subject id's I passed in. The API is set up to receive a…