Incorrect response when using IDEMPOTENCY-KEY #225
RuslanHryn
started this conversation in
General
Replies: 1 comment 1 reply
-
@RuslanHryn thanks for reporting this - we will investigate it and fix any issues here. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If the user IDEMPOTENCY-KEY sends the same key twice then the second response will contain escaping:
First response:
"{"broadcast":{"id":"01947448-b3a8-74e7-8f17-92bdf77c1219","title"..."
Second response:
"{\"broadcast\":{\"id\":\"01947448-b3a8-74e7-8f17-92bdf77c1219\",\"title\"....."
as you can see the second response contains unnecessary escape of quotes
Beta Was this translation helpful? Give feedback.
All reactions