Public Service/Custom Service

Posted by Community Admin on 04-Aug-2018 14:54

Public Service/Custom Service

All Replies

Posted by Community Admin on 22-Mar-2012 00:00

We are trying to extract content from a sitefinity site (list of content) via a service to display in a separate web application that is not sitefinity.  What we are running into is the sitefinity service requires credentials to be passed in to access the data in sitefinity.  If multiple requests come in at the same time the first request gets through, but the next request is blocked since the same credentials can't be used at the same time or the first one hasn't logged out.  Is there a way to expose a service in an anonymous way or a way to create a custom service in sitefinity that allows anonymous access?

Posted by Community Admin on 23-Mar-2012 00:00

Justin,

I don't think that custom services need to use credentials to access the Sitefinity API. One of those might help you to allow access to everyone, without the "already logged in" stuff.

This thread is closed