As we are known, for XMLHttpRequest, method 'GET' has a limitation of URL length in characters, and 'POST' does not.
So my question is if there is a limitation of responseText or responseXML ?_? i.e. the data which JS get from the Ajax, not the data we post or length of URL.