Diferencias
Muestra las diferencias entre dos versiones de la página.
| Ambos lados, revisión anterior Revisión previa Próxima revisión | Revisión previa | ||
|
tokens:evitar_vulnerabilidades_csrf [2015/11/18 12:20] 10.12.12.129 |
tokens:evitar_vulnerabilidades_csrf [2017/03/27 17:44] (actual) |
||
|---|---|---|---|
| Línea 17: | Línea 17: | ||
| The Joomla! Framework makes it easy for you to include such protection in your components as well. This is simple to implement in both POST and GET requests. | The Joomla! Framework makes it easy for you to include such protection in your components as well. This is simple to implement in both POST and GET requests. | ||
| - | POST Request | + | |
| + | |||
| + | **POST Request** | ||
| POST requests are submitted in HTML using forms. In order to add the token to your form, add the following line inside your form: | POST requests are submitted in HTML using forms. In order to add the token to your form, add the following line inside your form: | ||
| Línea 68: | Línea 70: | ||
| * Don't stay logged into your site while you are not doing anything. | * Don't stay logged into your site while you are not doing anything. | ||
| * Ensure that the address in the browser bar matches the address of your site. | * Ensure that the address in the browser bar matches the address of your site. | ||
| - | * | + | |
| By practicing these safe surfing habits you will eliminate most threats to your web site. | By practicing these safe surfing habits you will eliminate most threats to your web site. | ||