Securing webservices of PHP

前端 未结 2 1872
梦谈多话
梦谈多话 2021-01-03 08:58

I\'m developing a small project in android which is using php webservices\' call.

I want my webservices to be protected, however by using GET/POST request methods I

2条回答
  •  太阳男子
    2021-01-03 09:25

    I think you can use POST web service to make it more secure and if possible then please don't encrypt parameter just encrypt value of parameter and then also if you face issue then try to retrive value using

    $_REQUEST['parameter_name']

提交回复
热议问题