Re: [flexcoders] Xframe option in flex

2015-12-09 Thread Dave Glasser dglas...@pobox.com [flexcoders]
X-Frame-Options is an HTTP response header. It is set on the server. You can't set it from your Flex code. From: "Ranadeep ghosh rnd...@yahoo.in [flexcoders]" To: "flexcoders@yahoogroups.com" Sent: Wednesday, December 9, 2015

[flexcoders] Xframe option in flex

2015-12-09 Thread Ranadeep ghosh rnd...@yahoo.in [flexcoders]
    I am working on a project where I have to add the xframe options ( DENY,ALLOW,SAMEORIGIN ) to prevent click jacking in flex code. I have googled about it, but didn't get much about the syntax part. If someone is aware of it, please help me with the syntax.