Agreed! Lately I've been using POST for everything in my API's. Why? Because I'm not going to design my API's around transport protocols! Now they can be consumed by literally anything. UDP, TCP, websockets, domain sockets, cluster messaging and more. There can be different transports internally/externally and yet it's the same API.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Agreed! Lately I've been using POST for everything in my API's. Why? Because I'm not going to design my API's around transport protocols! Now they can be consumed by literally anything. UDP, TCP, websockets, domain sockets, cluster messaging and more. There can be different transports internally/externally and yet it's the same API.