In the past, I learned that the amount of data that can be sent through the HTTP GET method is limited and this is due to the limitation of the number of the characters in the URL, because an URL can not contain more than 255 characters.
But recently I noticed an URL that contains 294 characters where the query part (the string after the ?
) contains 269 characters.
So, is there really a limit in the data sent through GET ? or am I outdated ?