Hi I have webservice with codeigniter. And i connect to webservice from client with php ( this part is codeigniter too, but in other url). and in one page i need post data to...
I have link for download file from php like this: SampleDomain.com/donwload.php?file=path/to/file/video.mp4
But i want hide path to file and show a random text instead. How i can do this?
In webservice ?
Remote??