Thread Rating:
- 0 Vote(s) - 0 Average
- 1
- 2
- 3
- 4
- 5
Local / Remote
|
01-20-2014, 04:20 AM,
|
|
massimoh
Junior Member
 
|
Posts: 4
Threads: 1
Joined: Nov 2013
Reputation:
0
|
|
Local / Remote
Hi.
Today I found out, that my SVC runs on remote, instead of local!
Everything works fine so far, but "remote" is unacceptable, because I have a closed community.
crossdomain.xml:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.adobe.com/xml/schemas/PolicyFile.xsd">
<site-control permitted-cross-domain-policies="master-only"/>
<!--<site-control permitted-cross-domain-policies="all"/>-->
<allow-access-from domain="localhost" to-ports="*"/>
<allow-http-request-headers-from domain="localhost" headers="*"/>
</cross-domain-policy>
(tried this also with domain.com instead of localhost.)
config.xml:
<?xml version="1.0" encoding="utf-8"?>
<config>
<webservice>local</webservice>
<language>en_US</language>
<serviceURL>http://www.domain.tv/svc/svc/services/registration.php</serviceURL>
<configURL>http://www.domain.tv/svc/svc/services/configuration.php</configURL>
</config>
everything should be fine
PLEASE HELP!
|
|
01-24-2014, 09:03 PM,
|
|
massimoh
Junior Member
 
|
Posts: 4
Threads: 1
Joined: Nov 2013
Reputation:
0
|
|
RE: Local / Remote
Some hint would be really appreciated.
This was the main reason, why I bought your scripts.
|
|
01-26-2014, 01:45 PM,
|
|
massimoh
Junior Member
 
|
Posts: 4
Threads: 1
Joined: Nov 2013
Reputation:
0
|
|
RE: Local / Remote
works now.
changed the absolute path to relative.
|
|
|
Users browsing this thread: 1 Guest(s)