I am interested in utilizing the advanced iframe plugin for my wordpress site.
I need to be able to iframe to a framing page on a server and pass a token for access.
Can the parameter handling accomplish this for me?
I could write a script for security token handling but I am hoping that the plugin parameter handling will accomplish this for me.
Here is some more information on the token security process - Each framing server will receive a different token for each session. After a token is generated, it will be used throughout the same session until either the browser session is quit or expired. Different web hosting environment supports a different set of server scripts for requesting and passing the security token. Generally speaking, there are ASP and Perl scripts which are support by most operating system available in the market. To request a security token, it is just like is requesting a page using standard HTTP request. Only requests from authorized servers with the IP addresses in the profile will be valid.
|