Forum Moderators: coopster
[secure.domain.net...]
Would such a request ensure that the password sent in the url would be secure or could this be sniffed?
For a different site I'm making I want to there to be an xml page hosted on site A and this is read by site B. The xml would hold user_id and account_active info, so that site B could give access to certain areas of it's site based on the info from site A's xml file. The idea would be that site b updated it's database using this info from the xml file on site A using a cronjob.
I can't really see any way of the users of site b being able to hack the request being made by the cronjob without some serious intervention going on, am I right on this or is this not a secure process?
If the data was to be encrypted I would need my own algorithm to decode it wouldn't I?