Pregunta de entrevista de Zalando

How to make post idempotent

Respuesta de la entrevista

Anónimo

19 ene 2018

i suggested sending domain driven ids from client side, or comparing the request digest/hash on the server side to identify duplicates. But probably sending uuids from the client was a better approach as suggested by the interviewer.