tagged [basic-authentication]

How to set up Basic Authentication with sessionId in ASP.NET Core MVC?

How to set up Basic Authentication with sessionId in ASP.NET Core MVC? I have an ASP.NET Core MVC application in the front-end and I have a back-end service which is built with ServiceStack. This serv...

How do you use Basic Authentication with System.Net.Http.HttpClient?

How do you use Basic Authentication with System.Net.Http.HttpClient? I'm trying to implement a rest client in c# .net core that needs to first do Basic Authentication, then leverage a Bearer token in ...

ServiceStack. Basic authentication. Service method does not always check authentication

ServiceStack. Basic authentication. Service method does not always check authentication I have a service method which is marked with [Authenticate] attribute and accepts only GET requests. I am using ...

11 Dec at 12:34

how do you request a session from servicestack basic authentication, at /auth/basic?

how do you request a session from servicestack basic authentication, at /auth/basic? I have set up a servicestack service with basic authentication using the first example, here: [https://github.com/S...

How do I create a user account for basic authentication?

How do I create a user account for basic authentication? I'd like to add basic authentication to my website. I followed the instructions in the MSDN article on [Configure Basic Authentication (IIS 7)]...

14 Mar at 20:50

Why my Http client making 2 requests when I specify credentials?

Why my Http client making 2 requests when I specify credentials? I created RESTful webservice (WCF) where I check credentials on each request. One of my clients is Android app and everything seems to ...

Cookieless authentication using ServiceStack

Cookieless authentication using ServiceStack I am building a REST API using ServiceStackV3 hosted in ASP.NET MVC 4 Project. Want to use HttpBasic Authentication over SSL. I want to achieve the followi...

how do i keep the session permanent with servicestack

how do i keep the session permanent with servicestack I am working with a remote iPad developer who is using a tool that he says does not allow him to set the "RememberMe=true" value when registering ...

ASP.NET MVC5 Basic HTTP authentication and AntiForgeryToken exception

ASP.NET MVC5 Basic HTTP authentication and AntiForgeryToken exception I'm working on ASP.NET MVC5 project which has forms authentication enabled. Project is currently in test phase, and hosted online ...

Selenium Chrome 60 Headless Handle Basic Authentication SAML Dialog over HTTPS

Selenium Chrome 60 Headless Handle Basic Authentication SAML Dialog over HTTPS Chrome 59 [removed support for https://user:password@example.com URLs](https://www.chromestatus.com/feature/5669008342777...

401 error when using [Authenticate] with BasicAuthProvider

401 error when using [Authenticate] with BasicAuthProvider I'm having some trouble with authenticating with ServiceStack using the BasicAuthProvider. All works well when I authenticate using the provi...

How to get ServiceStack authentication to work? (with iPhone clients)

How to get ServiceStack authentication to work? (with iPhone clients) We have hired a contractor who is writing an iPhone app for us, and I'm starting to write the backend service for it with ServiceS...

BasicAuthProvider in ServiceStack

BasicAuthProvider in ServiceStack I've got an issue with the BasicAuthProvider in ServiceStack. POST-ing to the CredentialsAuthProvider (/auth/credentials) is working fine. The problem is that when GE...

ServiceStack Web Service with Basic Authentication and SetCredentials

ServiceStack Web Service with Basic Authentication and SetCredentials Right now I'm playing with [ServiceStack](https://github.com/ServiceStack/ServiceStack) and its [Authentication and authorization]...