Well, I guess you could pass the params through POST data, but that's really not any more secure for anyone who knows what to look for.
In this case, I might build a module that can tap into your external data directly. You could include the necessary PHP as part of your page callbacks both for display and submitting your form data.
-----Original Message----- From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Robert Hicks Sent: Monday, April 26, 2010 9:37 AM To: support@drupal.org Subject: [support] Question about send parameters from Drupal to an external site
Hi all, I am currently using an iFrame Page to create my content. I have an embeded iFrame which goes out to an external site and brings back some data to be displayed to the user. The data that is displayed depends on certain parameters and the only way I have thus far been able to get it to work is by passing them in the URL (i.e. http://localhost:8008/drupal/?param=value). I need to be able to hide these so they are not easily changed by the client. Posting through a FORM would be ideal. Is this possible? If not with this module is there another way I could be doing this?
Thanks!