I was wondering does the 2,083 characters imposed by certain browsers (looks at IE) affect building REST APIs
?
Considering the fact that the API request will probably be made from a programmatic interface or library like CURL
or some other language specific library.
Does this limit also affect programmatically requesting a GET
resource on the server?