Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Flex 3 - AMFPHP - Transparent Web Proxy

Avatar

Level 1
Hello,



I developed a Flex3 application with AMFPHP to communicate
with PHP. At home no problem everything work but when I try to my
office I have this type of error sometime :



/*************/

code:

Channel.Call.Failed



Message:

error



Detail:

NetConnection.Call.Failed: HTTP: Failed

/*************/

I checked with the administor and this is an error with the
transparent web proxy. (I work under MacOsX)



I don't know if I can specify the proxy configuration
somewhere. Please find below my service configuration file :



<services-config>

<services>

<service id="amfphp-flashremoting-service"

class="flex.messaging.services.RemotingService"

messageTypes="flex.messaging.messages.RemotingMessage">

<destination id="amfphp">

<channels>

<channel ref="my-amfphp"/>

</channels>

<properties>

<source>*</source>

</properties>

</destination>

</service>

</services>



<channels>

<channel-definition id="my-amfphp"
class="mx.messaging.channels.AMFChannel">

<endpoint uri="
http://www..nouveausens.fr/Services/gateway.php"
class="flex.messaging.endpoints.AMFEndpoint"/>

</channel-definition>

</channels>

</services-config>



Someone had this problem ? or can help me ?



Thanks a lot,

Marc
2 Replies

Avatar

Level 1
Thanks, I corrected this bug few days ago but this was not
this.



I checked with my administrator and he put some rules on the
proxy, he removed the rules and now all is ok... this person block
everything....



Marc