https://apitexample/sample/id/name/id
-(example how api link looks)same api hosted in aws trying to access does not throw any error but values are wrong.Looks like conversion of enum(having negative value) to int is not working properly.
Where as in localhost works properly. Any idea what could be the issue.I am not able to reproduce this issue localhost as well.
Really appreciate your help.
Thanks in Advance.
Amitha
All the Best . Please 'Mark this Post as Answer ' if it helps you.
Member
59 Points
197 Posts
Issue with Rest APi
Apr 17, 2020 08:19 PM|amithashenoy|LINK
Hi
http://localhost:60123//api/v1/sample/id/name/id -(example of how api link looks)> when i try to access api from localhost it works fine.
https://apitexample/sample/id/name/id -(example how api link looks)same api hosted in aws trying to access does not throw any error but values are wrong.Looks like conversion of enum(having negative value) to int is not working properly.
Where as in localhost works properly. Any idea what could be the issue.I am not able to reproduce this issue localhost as well.
Really appreciate your help.
Thanks in Advance.
All the Best . Please 'Mark this Post as Answer ' if it helps you.