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
found some minor cases. though these issues can be ignored by changing my code but still it'll be great if you look into these. specially 'case 2'
case 1: post request with body {"id":1,"name":"raihan"} throws below mentioned error! of
course my id shouldn't be 1 but throwing error from server isn't convenient either.
case 2: post request with body {"id":"0","name":"raihan"} returns id as it is, "0". i think it
should return new random id even if my id is string type.
case 3: post request with body {"id":0,"name":"raihan"} works fine though
found some minor cases. though these issues can be ignored by changing my code but still it'll be great if you look into these. specially 'case 2'
case 1: post request with body
{"id":1,"name":"raihan"}
throws below mentioned error! ofcourse my id shouldn't be 1 but throwing error from server isn't convenient either.
case 2: post request with body
{"id":"0","name":"raihan"}
returns id as it is, "0". i think itshould return new random id even if my id is string type.
case 3: post request with body
{"id":0,"name":"raihan"}
works fine thoughThe text was updated successfully, but these errors were encountered: