Jul 20th, 2011, 10:24 AM
Hi Cordial,
Neat...! Yeah, the Export Manager does exactly that: when you enable the XML Export Group & look at the URL that's passed to the module's export.php file,
The problem is, you need to be logged in: it pulls a bunch of information from sessions in addition t what's passed from the calling page. I did this deliberately to prevent evil people accessing data from outside Form Tools to which they shouldn't have access.
So what you need to do is create a proxy file that calls the export.php, having set up all the required info.
What versions of the Form Tools Core & Export Manager are you running? I could probably take a few mins to hack something together, if you like.
- Ben
Neat...! Yeah, the Export Manager does exactly that: when you enable the XML Export Group & look at the URL that's passed to the module's export.php file,
The problem is, you need to be logged in: it pulls a bunch of information from sessions in addition t what's passed from the calling page. I did this deliberately to prevent evil people accessing data from outside Form Tools to which they shouldn't have access.
So what you need to do is create a proxy file that calls the export.php, having set up all the required info.
What versions of the Form Tools Core & Export Manager are you running? I could probably take a few mins to hack something together, if you like.
- Ben