Quantcast
Channel: Developer to developer
Viewing all articles
Browse latest Browse all 9076

WCF service stops working when logging in to Episerver

$
0
0

I have a WCF service that is reachable by anonymous users on my Episerver site. The service works fine as long as I'm not logged in to Episerver; when I log in Episerver sets a cookie called ".EPiServerLogin" which seems to make the application authorize all users with Forms authentication. I'm guessing that since my WCF service is configured for Anonymous authentication it stops working when the app switches to Forms auth. 

Some additional information is that the problem only occurs over https, when I run the site locally on http I can be logged in to Episerver and use my service.

Does anyone have an idea of how to solve this?


Viewing all articles
Browse latest Browse all 9076

Trending Articles