Este debe ser uno de los valores GET o POST, lo que corresponde a los métodos GET y POST de HTTP.
This must be one of the values get or post, corresponding to the GET and POST methods of HTTP.
Si tu blog o post está activo en las redes sociales.
If your blog or post is active in the social networks.
Por ejemplo, GET indica que un archivo ha de ser enviado hacia el cliente, o POST indica que hay datos que van a ser enviados hacia el servidor (creando o modificando un recurso, o generando un documento temporal para ser enviado).
For example, GET indicates that a resource should be fetched or POST means that data is pushed to the server (creating or modifying a resource, or generating a temporary document to send back).
La asignación de scripts para el tipo de archivo que está intentando ejecutar no está configurada para reconocer el verbo que está utilizando (por ejemplo, GET o POST).
The script mapping for the file type that you are trying to execute is not set up to recognize the verb that you are using (for example, GET or POST).
Esta entrada significa que, cuando se envía el formulario, el nombre y el valor especificados se incluyen automáticamente en los datos GET o POST.
This entry means that, when the form is submitted, the specified name and value are automatically included in the GET or POST data.
Si no se han establecido medidas de seguridad, los piratas informáticos pueden hacer esto sin importar si el método de formulario es GET o POST.
If no security measures are in place, hackers can do this regardless of whether the form method is GET or POST.
Captura de parámetros: ahora usted no tiene que preocuparse por la captura de datos GET o POST, incluso si alguno de sus parámetros tiene el mismo nombre que algún campo de la tabla.
Capture parameters: Now you do not have to worry about data capture GET or POST, even if some of its parameters has the same name as a field of the table.
Esto está bien si solamente tenemos un método GET o POST en nuestro controlador, pero ya que en cualquier aplicación de negocios real usualmente habría más de un método GET, este enrutamiento predeterminado no es suficiente.
This is fine if we have only one GET or POST method in our controller, but since in any real business application there would usually be more than one such GET method, this default routing is not sufficient.
Dependiendo del método, estos parámetros deben pasarse como parámetros GET o POST en la solicitud.
Depending on the method, these parameters must be passed in as GET or POST params in the request.
Durante el regreso a la tienda, los parámetros se enviarán en modo GET o POST.
During the redirection to the shop, these parameters are returned to the shop in GET or POST modes.
Por ejemplo, una vez que un usuario ha sido autenticado en el servidor web, la próxima petición HTTP del usuario (GET o POST) no debería necesitar una nueva solicitud de usuario y contraseña.
For example, once a user has been authenticated to the web server, the user's next HTTP request (GET or POST) should not cause the web server to ask for the user's account and password again.
Observe que esto ocurrirá independientemente del método (es decir, GET o POST).
Note that this will happen regardless of the method (i.e., GET or POST).
Dependiendo de si se recibió como resultado de una orden IHAVE o POST, el artículo pasa a manejarlo rnews o inews respectivamente.
Depending on whether it was received as a result of an IHAVE or POST command, the article is handed to rnews or inews, respectively.