Select to view content in your preferred language

proxy and silverlight

1794
6
12-03-2010 09:51 AM
WilliamDonahue
Emerging Contributor
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?
0 Kudos
6 Replies
dotMorten_esri
Esri Notable Contributor
This is exactly what the ProxyUrl property available on most of the layers are for.
0 Kudos
WilliamDonahue
Emerging Contributor
Is there a prebuilt proxy that esri is providing?

I keep getting a 403 Error that according to fiddler means i am access denied.

If you want a look at my code then i will provide it.
0 Kudos
by Anonymous User
Not applicable
Here is a blog post and some other links about using the proxy property Morten mention:

http://blogs.esri.com/Dev/blogs/silverlightwpf/archive/2010/02/15/How-to-use-secure-ArcGIS-Server-se...

http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/help/?Secure_services.htm

You can download and example proxy page from a link on one of those pages.
0 Kudos
WilliamDonahue
Emerging Contributor
is there a PHP proxy out there?

I am trying to integrate my php authentication system into the proxy so that it is secure.
0 Kudos
WilliamDonahue
Emerging Contributor
I have figrued out how to make a php proxy for silverlight. I was able to use the javascipt proxy for php and made some minor corrections.
0 Kudos
WilliamDonahue
Emerging Contributor
New question...

I was working with my application yesterday and when i left for the day it worked great. However i came back in and my application is telling me that the Proxy URL class is not part of a Dynamic map class. Does anyone know what is going on?
0 Kudos