Y
Hacker News
new
|
ask
|
show
|
jobs
by
voltagex_
5019 days ago
Use POST. GET is not meant for that amount of data. Alternatively, GET by a shorter ID.
1 comments
lollerpops
5019 days ago
What do I do about the people who tell me POST is only for actions which change server state?
link
voltagex_
5019 days ago
You write a well documented application that is useful, adheres to as much of REST as you can and leave the theories to other people.
link
drivebyacct2
5019 days ago
Simultaneously, it seems to indeed be a convention. And why not follow it? Do you have something whose keys really require the numerousness of 8KB of characters?
link