When the concern of "very long URLs" rears its head (and just won't go away) in REST API design discussions for read-only endpoints, and when there's enough time for careful planning of a new or overhauled API, what are viable options for using POST as if it were GET?
The following answer on Stack Overflow seems to have merit, but what strategies are really working well for real world API implementers?