crossdomain.xml stoped working

6 views
Skip to first unread message

Drekey

unread,
Dec 28, 2009, 5:53:18 AM12/28/09
to Twitter Development Talk
My company developed a small Flash/AS3 app that pulled some twitts and
twitters from twitters. All was working well even when we put it
online, so the http://static.twitter.com/crossdomain.xml should be
allowing by then.

Since last week we haven't been able to pull anything since we get a
sandbox violation. Anything changed in the crossdomain.xml?

Thanks

John Adams

unread,
Dec 28, 2009, 3:02:00 PM12/28/09
to twitter-deve...@googlegroups.com

On Dec 28, 2009, at 2:53 AM, Drekey wrote:

> My company developed a small Flash/AS3 app that pulled some twitts and
> twitters from twitters. All was working well even when we put it
> online, so the http://static.twitter.com/crossdomain.xml should be
> allowing by then.


Our crossdomain.xml file has the proper settings in it, and it has not
changed in quite some time.

lapintosh:bin jna$ curl http://static.twitter.com/crossdomain.xml
<?xml version="1.0" encoding="UTF-8"?>
<cross-domain-policy xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance
" xsi:noNamespaceSchemaLocation="http://www.adobe.com/xml/schemas/PolicyFile.xsd
">
<allow-access-from domain="twitter.com" />
<allow-access-from domain="api.twitter.com" />
<allow-access-from domain="search.twitter.com" />
<allow-access-from domain="static.twitter.com" />
<site-control permitted-cross-domain-policies="master-only"/>
<allow-http-request-headers-from domain="*.twitter.com" headers="*"
secure="true"/>


Do you see the same results when you curl?

-john


Reply all
Reply to author
Forward
0 new messages