About 37,100 results
Open links in new tab
  1. authentication - RESTful web service - how to authenticate …

    May 26, 2011 · I am designing a RESTful web service that needs to be accessed by users, but also other web services and applications. All of the incoming requests need to be …

  2. How to pass Windows Authentication credential from client to …

    Oct 20, 2015 · 18 Inside my corporate environment, I have IIS7.5 hosting both a Web API service and a separate website which makes calls into that service via the RestSharp library. Both are …

  3. What is the most common way to authenticate a modern web app?

    Oct 11, 2019 · 43 As far as web application is concerned web application request should have state, session is the most common way to have state. And when we consider REST API's …

  4. Java Web Service client basic authentication - Stack Overflow

    This Stack Overflow thread discusses implementing basic authentication in a Java Web Service client with practical examples and community insights.

  5. c# - ASP.NET Core Web API Authentication - Stack Overflow

    Aug 16, 2016 · 115 I'm struggling with how to set up authentication in my web service. The service is build with the ASP.NET Core web api. All my clients (WPF applications) should use …

  6. How to authenticate soap based java web services?

    Jul 23, 2011 · Learn how to authenticate SOAP-based Java web services effectively and securely using various methods and best practices.

  7. Authentication for REST web services - Stack Overflow

    Nov 1, 2013 · I'm starting to design a REST web service, and am unclear on the best approach to authentication. The service will allow individual users to access/manage their own data, so …

  8. How to use a client certificate to authenticate and authorize in a …

    I changed the web application to run on a host name instead of local host. I set the web application to require SSL I verified that the certificate was set for Client Authentication and …

  9. Unable to get windows authentication to work through local IIS

    Cause 1 The Web application is configured to use Integrated Windows authentication. However, the Windows Authentication feature is not turned on. Or, the Integrated Windows …

  10. Asmx web service basic authentication - Stack Overflow

    Jun 2, 2012 · I want to implement basic authentication using username and password validation in my asmx web service. I don't want to use WCF and I know this is not secure way, but I need to …