Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

eklux
eklux
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
0

Posts

Posts
4

Discussions

Discussions
0

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by eklux
Customize the badges you want to showcase on your profile
Re: Problem in flex with cross-domain scripting using GET method - Adobe LiveCycle 29-01-2008
Actually, a single slash after the url is enough:http://www.remote-domain.com//Eklux

Views

176

Likes

0

Replies

0
Re: Problem in flex with cross-domain scripting using GET method - Adobe LiveCycle 29-01-2008
Problem solved!To get the crossdomain check working correct, you mustrequest the remote script itself and not just the remote folder:http://www.remote-domain.com/script.php?va1r=val1&var2=val2That's it!

Views

170

Likes

0

Replies

0
Re: Problem in flex with cross-domain scripting using GET method - Adobe LiveCycle 29-01-2008
Problem solved!To get the crossdomain check working correct, you mustrequest the remote script itself and not just the remote folder:http://www.remote-domain.com/script.php?va1r=val1&var2=val2That's it!

Views

172

Likes

0

Replies

0
Problem in flex with cross-domain scripting using GET method - Adobe LiveCycle 21-01-2008
Hi,I have a strange problem in Flex, calling scripts located atother servers, using the GET method. When I want to connect with a HTTPService in Flex, to ascript located on another domain than the flex application, I placea crossdomain.xml at the root of the script-server: The problem is that when using the GET method to thecross-script, it seemes that the flashplayer append the lookup forthe crossdomain.xml at the end of the querystring. With an urlsnooper I can se the url requested, and when t...

Views

520

Likes

0

Replies

3