in reply to Re^2: Complex filter queries in a REST API
in thread Complex filter queries in a REST API
Good point, but JSON can be sent also by GET (URI encoded and paying attention to the max length). On the other hand, sending JSON can confuse or blind server-side caching if you ever need this with live-db queries.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Complex filter queries in a REST API
by martell (Hermit) on Mar 26, 2021 at 11:29 UTC | |
by bliako (Abbot) on Mar 26, 2021 at 15:52 UTC |