I have two methods of type Post But what I do not know is how to differentiate one method from the other in the Post type request.
[HttpPost]
public ExpedienteDto Post(ExpedienteDto dto)
{
return ProcesosService.CrearExpedient...
I am doing an Android application and when I make a POST request the error 405 method not allowed appears. How can I fix the problem in order to make the request satisfactory?
In an html I have a v-model='code' with an attribute v-on:change='consultar()' which at the time of typing the code and tabular (for example, (is one of many ways to make the change)), he goes to that method and I list the data in...
I have the following case:
I receive a variable _POST that brings two data in JSON format and I need only take one of those data.
I try this, but the result is NULL.
Any suggestions?
Thank you very much
<?php
$CuentasBancariasSel...
I am connecting to an api which asks me as a final step to receive status notification through a POST, that is, the api sends me a request in POST type. I have developed a web servise in .asmx type
[WebService(Namespace = " http://tempuri.org/...
I am sending an image to my web server that I select from my HTML in the following way:
<form method="POST" action="http://'+ip+'/HelloSpringMVC/uploadFile" action="subirFoto();" enctype="multipart/form-data">
File to upload: <inpu...
I have this code that sends data from a form to an script external
$(document).on("submit","#previewOc", function(e) {
e.preventDefault();
$.ajax({
url: "assets/contentHtml/ocs/preview.php"...
What I want to do is send the parameters from Form to POST and then through the method GET consult the BBDD for room availability and send that result through Ajax (Vanilla Javascript) to HTML But from...
Gentlemen,
I am in a question.
I'm working with ASP.NET MVC and I'm running Ajax via post .
The requirement is to load two grids with a Ajax for each grid.
Strictly speaking, it would be something like that, Example...
Does anyone know of a webservice or how to post to validate if curp is correct? or failing to obtain all the information of the curp ?
Searching the internet I found this
http://consultas.curp.gob.mx/CurpSP/curp1.do?strCurp=' . $curp . '...