skip to Main Content

Laravel – PostMan Unauthorized 401

I'm having an issue when trying to register a new user in my Laravel application that uses Passport for API authentication. Here's the scenario and the error I'm facing: Scenario: I'm developing a RESTful API with Laravel and using Passport…

VIEW QUESTION

Sending JSON curl via Postman

I am trying to send a request via Postman to API, Below is the request type which is accepted by API, curl https://api.shoonya.com/NorenWClientTP/QuickAuth -d "jData={ "apkversion": "1.0.0", "uid": "TRST", "pwd": "s3cur3Id", "factor2": "31-08-2017", "imei": "134243434", "source": "API"}“ When I send…

VIEW QUESTION
Back To Top
Search