0
InnodelTech created
I am getting "You must prove that you are not a robot.", message when I am trying to execute below api in postman or swagger.
Need urgent help on this.
POST Request> https://localhost:44301/api/TokenAuth/Authenticate
Headers: Abp.TenantId:3007 Content-Type:application/json
Body > Raw { "userNameOrEmailAddress": "admin", "password": "123qwe" }
Response: { "result": null, "targetUrl": null, "success": false, "error": { "code": 0, "message": "You must prove that you are not a robot.", "details": null, "validationErrors": null }, "unAuthorizedRequest": false, "__abp": true }
Please suggest.
1 Answer(s)
-
0