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

Making post request after authentication expired – Jquery

I'm writing a web application using C#, ASP.NET, jQuery and using forms authentication: <authentication mode="Forms"> <forms loginUrl="Account/Login.aspx" defaultUrl="Default.aspx" name=".ASPXFORMSAUTH" timeout="30" /> </authentication> <authorization> <deny users="?" /> </authorization> The application is a command & control that designed to be open for…

VIEW QUESTION
Back To Top
Search