php - Reading xml data from remote server securely -


i need xml data customer's server. created 2 php files doing this. when call php file in server (reader.php), calls file in remote server (client.php) , gets data via curl. of course, can access client.php file, created validations security. reader.php calls client.php special parameters (send post) , client.php checks these parameters, if everyting fine, prints xml data reading.

i wonder approach enough security? xml data important , don't want wrong.

first of all, must use ssl secure transmission of information.

second of all, these "special parameters" refer to? if talking username/hashed password, in conjunction ssl encryption doing 95% of websites security. of course, can more extreme.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -