What\'s the maximum length of an HTTP GET request?
Is there a response error defined that the server can/should return if it receives a GET request that exceeds this
Browser limits are:
Browser Address bar document.location or anchor tag --------------------------------------------------- Chrome 32779 >64k Android 8192 >64k Firefox >64k >64k Safari >64k >64k Internet Explorer 11 2047 5120 Edge 16 2047 10240
Want more? See this question on Stack Overflow.