Base solution for your next web application
Open Closed

Error:400 Bad Request for the post the services method in postman in version 7.2 #7994


User avatar
0
instaemi created

hi, we are usinh the MVC 5,Jquery asp.net core 2.2 application with version abp 7.2 we are trying to send request in account app service by using Postman and swagger UI, in swagger UI Its working fine,but postman its gives 400 error . The same service methods in version 6.9 try to send the through postman its working fine, but we need 7.2 how we test the services with out swagger UI,and authorizion in postman


3 Answer(s)
  • User Avatar
    0
    ryancyq created
    Support Team

    Hi, can you share the network request details used in postman here ?

  • User Avatar
    0
    instaemi created

    URL: https://brainlabs.ai/api/services/app/Account/RegisterUser Request: { "FirstName": "padma", "surname": "tadikonda", "emailAddress": "[email protected]", "PhoneNumber": "0000000000", "registerToken": "0f98fe57-2c85-4c80-8e84-004962316b06 ", "AffiliateId":"sampleID", "TransactionId ":"235446547-166" } please check the image

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @instaemi

    Is there an error message in server side log file ? If you enabled ReCaptcha on register page, it might be the problem.