[osflash] secure my application...
Jean-Philippe DELAVALLADE
jeanphide at orange.fr
Fri Oct 26 06:27:52 PDT 2007
Hello,
I would like to protect my application, do a referrer in fact
I've tried this code but the server never run with that :
public boolean appConnect(IConnection conn, Object[] params) {
String pageUrl = (String)conn.getConnectParams().get("pageUrl");
log.debug("L'URL de la pages est : " +pageUrl);
if(pageUrl != "http://mydomain"){
return false;
}
Can you show me the way, in order to my appli just run under my domain ?
Thanks guys
JP
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/osflash_osflash.org/attachments/20071026/071bd6a3/attachment.html
More information about the osflash
mailing list