Prevent browser authentication ASP.NET Web API dialog on 401 - Microsoft Q&A (2024)

I have an existing ASP.NET Webforms / MVC application (it uses a mixture of technologies), to which I want to add a Web API to use for external ajax API calls (to replace older web services and WCF).

The existing ASP.NET WebForms application uses forms authentication, so if a login fails, it will redirect to a Webforms login page. I do NOT not want this for the Web API, I always just want to return json data (not a bunch of HTML).

To disable the login form, I found I could add the following toGlobal.asax:

protectedvoidApplication_BeginRequest(Objectsender,EventArgse) { stringtestPath=$"{Context.Request.ApplicationPath.ToLowerInvariant()}/{BaseConstants.WebApiRoutePrefix}/"; boolisWebApiRequest=Context.Request.Path.ToLower().Contains(testPath); if(isWebApiRequest&&FormsAuthentication.IsEnabled&&!Context.Request.IsAuthenticated) { Context.Response.SuppressFormsAuthenticationRedirect=true;<----thisdisablestheloginpage } } 

The above does stop the login page, but I then noticed the Web API calls could go through with no authentication at all.

So I created an authorization attribute to use for the Web API controllers:

publicclassWebApiAuthorizationAttribute:System.Web.Http.AuthorizeAttribute { publicoverridevoidOnAuthorization(HttpActionContextactionContext) { .. //ifnotauthreturnsaHttpStatusCode.Unauthorized, } } 

This code (almost) all works fine, however, just before I get the response for my Ajax call (in my case from an Angular app), I always get a browser login dialog...

Prevent browser authentication ASP.NET Web API dialog on 401 - Microsoft Q&A (1)

If I click cancel, I then get the response back in the Angular application with the JSON etc I am after.

Can I stop the dialog from displaying, so I just get back any error JSON?

Thanks in advance

Prevent browser authentication ASP.NET Web API dialog on 401 - Microsoft Q&A (2024)
Top Articles
Gen Z Is Spending Nearly Half of Their Disposable Income on Travel
Unlock the Rarities in your Collection | The Royal Mint
Devin Mansen Obituary
Form V/Legends
Missed Connections Inland Empire
Soap2Day Autoplay
Evil Dead Rise Showtimes Near Massena Movieplex
Do you need a masters to work in private equity?
Hendersonville (Tennessee) – Travel guide at Wikivoyage
Computer Repair Tryon North Carolina
Bed Bath And Body Works Hiring
Max 80 Orl
Jessica Renee Johnson Update 2023
Thayer Rasmussen Cause Of Death
Turning the System On or Off
David Turner Evangelist Net Worth
Bjork & Zhulkie Funeral Home Obituaries
Grasons Estate Sales Tucson
Mbta Commuter Rail Lowell Line Schedule
WEB.DE Apps zum mailen auf dem SmartPhone, für Ihren Browser und Computer.
Officialmilarosee
Libinick
Puss In Boots: The Last Wish Showtimes Near Cinépolis Vista
Heart Ring Worth Aj
Gina Wilson All Things Algebra Unit 2 Homework 8
Dtlr Duke St
Gran Turismo Showtimes Near Marcus Renaissance Cinema
Bethel Eportal
eugene bicycles - craigslist
Pacman Video Guatemala
Ice Dodo Unblocked 76
25Cc To Tbsp
Pixel Combat Unblocked
Street Fighter 6 Nexus
Metro By T Mobile Sign In
Wasmo Link Telegram
Garrison Blacksmith's Bench
Go Smiles Herndon Reviews
Ishow Speed Dick Leak
3400 Grams In Pounds
R Nba Fantasy
Kelley Blue Book Recalls
Merkantilismus – Staatslexikon
NHL training camps open with Swayman's status with the Bruins among the many questions
Sam's Club Gas Prices Deptford Nj
Beaufort SC Mugshots
Great Clips Virginia Center Commons
Accident On 40 East Today
Server Jobs Near
Black Adam Showtimes Near Cinemark Texarkana 14
Tamilblasters.wu
Land of Samurai: One Piece’s Wano Kuni Arc Explained
Latest Posts
Article information

Author: Pres. Lawanda Wiegand

Last Updated:

Views: 5939

Rating: 4 / 5 (51 voted)

Reviews: 90% of readers found this page helpful

Author information

Name: Pres. Lawanda Wiegand

Birthday: 1993-01-10

Address: Suite 391 6963 Ullrich Shore, Bellefort, WI 01350-7893

Phone: +6806610432415

Job: Dynamic Manufacturing Assistant

Hobby: amateur radio, Taekwondo, Wood carving, Parkour, Skateboarding, Running, Rafting

Introduction: My name is Pres. Lawanda Wiegand, I am a inquisitive, helpful, glamorous, cheerful, open, clever, innocent person who loves writing and wants to share my knowledge and understanding with you.