Base solution for your next web application
Open Closed

Need to execute API via Postman #11652


User avatar
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)
  • User Avatar
    0
    m.aliozkaya created
    Support Team

    Hi @InnodelTech,

    Could you disable the ReCaptcha and try again?