Do I need special settings in the php header to produce SSL encrypted xml output?



I have a php script that uses the php header() function to prepare a header and then outputs an xml file that can be downloaded/saved.


Since there is sensitive information in the xml content I want to have it encrypted using SSL.


Is it sufficient to call that script with https or do I need to add special info in the header using the php header() function?


No comments:

Post a Comment