After working on an issue for the past few days, we have been trying to get XML streams from another server for specific data, but it appears we cannot get those streams unless that call originates from a specific URL, and we can't change that. It has to come from one specific URL or else the connections will fail.
So, what we want to do is run some kind of command that automatically runs that URL and does what we want it to do, without showing that URL on the user's page, considering it's admin protected.
Alternatively, I think we could run a cron job? But that URL that would need to be run changes depending on a database value (page.php?id=240, for example, instead of just page.php).
Any help would be very much appreciated. This has been giving me a ton of trouble lately! As soon as I think I have a solution, we run into another roadblock.
Thanks in advance.