I am using a CAS authentication system in my enterprise setting. I have been able to secure my appilcations using php scripting.
My thoughts for securing my Rest endpoint was to put it behind a proxy that only allows local access. I have written a php script that will allow this to occur.
Is there anyway to get silverlight to load the php proxy and use it for requests?