Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nnikiforakis
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
nnikiforakis
1y ago
As others mentioned, GET requests are supposed to be idempotent, i.e., you can send the same request 100 times and get the same response (with no server side-effects) 100 times. GET requests are also easier to be abused in Cross Site Reques