This topic is locked

PHPRunner get & post method

12/13/2009 1:19:32 PM
PHPRunner General questions
M
mairech_k author

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.

Sergey Kornilov admin 12/14/2009

GET doesn't provide any additional security compared to POST.
If you need to secure your app use SSL (https).

M
mairech_k author 12/14/2009

Thanks for reply,

In fact, I want just to hide the data sent in URL.
Best regards.