Is there an implementation for silverlight’s xml policy file server in twisted python?
If not, what should I know to implement one myself?
Is there an implementation for silverlight’s xml policy file server in twisted python? If
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not in Twisted itself, no. But all you need to know is how to include static content on your site. If you’re using a command like
twistd web --path foo, just create afoo/clientaccesspolicy.xml(orfoo/crossdomain.xml) and you are done.