Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
PHPRunner generate code using by default the post method.For security issue, I have to use the get method, how can I define the method to use before the build?Thanks.
GET doesn't provide any additional security compared to POST.If you need to secure your app use SSL (https).
Thanks for reply,In fact, I want just to hide the data sent in URL.Best regards.