Computer Science, asked by dnyaneshwariparkhi3, 1 month ago

Which HTTP Request method is non-idempotent?
GET
POST
O TRACE
HEAD​

Answers

Answered by Anonymous
2

Answer:

POST method is non-idempotent.

Answered by himajanagandla2001
0

Answer:

Post

Explanation:

we should use post method when implementing something that dynamic in nature or we can say changes with every request

Similar questions