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)
-
0
Hi, can you share the network request details used in postman here ?
-
0
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
-
0
Hi @instaemi
Is there an error message in server side log file ? If you enabled ReCaptcha on register page, it might be the problem.