You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the server implementation creates the GUID for the request that comes in. But the specification explains that the GUID should be created by the requester of the request.
Server should therefore obtain the GUID from the JSON data and return an error (error 400?) when GUID is not found in the request.
The text was updated successfully, but these errors were encountered:
Currently the server implementation creates the GUID for the request that comes in. But the specification explains that the GUID should be created by the requester of the request.
Server should therefore obtain the GUID from the JSON data and return an error (error 400?) when GUID is not found in the request.
The text was updated successfully, but these errors were encountered: