Beiträge mit dem Tag „Web API“
Alle Beiträge mit diesem Tag, neueste zuerst, die meisten davon auf Englisch.
2 Beiträge gefunden
RSSNice HTML5 demos with SAP customer and stock quantity data using ERPConnect
31. Januar 2013 · Englisch
A couple of weeks ago I have implemeted two HTML5 demos in C# using ASP.NET MVC, Web API and jQuery. The demos are displaying SAP customer and stock quantity data. The SAP/.NET connectivity is handled by the ERPConnect library from Theobald Software.
Fiddler and the 401 (Unauthorized) error with ASP.NET Web API using Integrated Windows Authentication (WIA)
25. Januar 2013 · Englisch
A few days ago I had a real strange problem while using HttpClient in combination with ASP.NET Web API and integrated windows authentication (IIS Express). To keep it simple, I always got a 401 (Unauthorized) error returned from the localhost website, even though I was setting up the HttpClient correctly (see screenshots) and the HttpClient was sending the authorization header (negotiate).