CrossDomain AllowAccessFrom * do not work

I Have such crossDomain File:

<?xml version="1.0"?>

but WWW do not work. SecuritySandbox Log:

Determining crossdomain.xml location for request: http://dseeker-h1.go-games.org/GetProgress.html
About to parse url: http://dseeker-h1.go-games.org/GetProgress.html

Download had OK statuscode

Received the following crossdomain.xml

<?xml version="1.0"?>

received policy
Parsing: cross-domain-policy
cross-domain-policy
Parsing: allow-access-from
allow-access-from
domain: *
to-ports: 80
done parsing policy

crossdomain.xml was succesfully parsed

Checking if http://dseeker-h1.go-games.org/GetProgress.html is a valid domain
Checking request-host: dseeker-h1.go-games.org against valid domain: *
Rejected because there was no AllowedAcces entry in the crossdomain file allowing this request.

Please Help

This is the answer :slight_smile: