Asked 7 years ago
4 Jan 2017
Views 1082
web-api

web-api posted

maximum length of a URL in all different browsers ?

what is max length can be of a URL In differ browser , by any programming language(JavaScript) can we test it , so where it actually give us error by saying we reach at max length of the URL by browser limit
Rasi

Rasi
answered Nov 30 '-1 00:00

silly question .
one never need so long url so browser will refuse to intercept it

still i some assumed figure here

IE(Internet Explorer ) - 2,083 characters, with no more than 2,048 characters
Firefox - 65,536 characters url display capcity
safari - 80,000 characters long url work possibly
opera - 190,000 characters long url will work possibly



https://boutell.com/newfaq/misc/urllength.html
Post Answer