Rapido interview question

What is difference between get and post?

Interview Answer

Anonymous

May 10, 2021

Answer according to them was get is idempotent while post is not. I don't agree to this as GET only reads data so it will always be idempotent