when i call Web Api from Xamarin form i get correct Json response from the Api controller
but when i use [authorize] on the Api controller i get
using PostMan
Status : 401 Unauthorized
{ "Message": "Authorization has been denied for this request." }?
How to authenticate the request ?
Any help .
Thanks
↧
Web Api from Xamarin form
↧