I have seen that it's possible to set the content type of a Ajax POST request to json. From what I understand this means that the data send (which you should stringify first) will be sent as json in the body of he request.
Is it therefore a mistake to set the content type to json when doing an Ajax GET request? Can you send json as part of the url query string?
Much thanks