Questions tagged as 'post'

0
answers

Question about post calls with postman, mongoose and populate

I am new to this and I do not know how to add an objectId from one collection to another, I saw that it is doing this in my case: {type: mongoose.Schema.Types.ObjectId, ref: 'Weapon'} But it does not work for me, first I want to create a we...
asked by 17.04.2018 / 21:00
0
answers

the php does not receive a reply POST volleyplus from android

Hi, I have an app with volley plus, I send a POST request to a file: text1.php and I have verified that the variable $ _POST receives something but does not receive the parameter that I send $ _POST ["data1"] through my app. I save the result...
asked by 18.04.2018 / 08:06
0
answers

Configure filters in POST from VirtualHost

I need that when I send by POST, the server allows html attributes like style="" , since now the server blocks it and returns a Forbidden. The problem is that I do not have access to the server and I do not know how it is configured and I...
asked by 05.04.2018 / 11:41
1
answer

How to send POST data to a server. in kotlin

My question is how can I send certain parameters that have to go back to the server if the event is done on    val store_id = 5463       val option = playsong       val play_now = true       val song_id = 163309       These are data that I h...
asked by 27.03.2018 / 02:20
0
answers

Jquery, validate a Post call within a block .submit

I am trying to validate in a submit block with a post call in which I consult a web service, and depending on the result I allow the submit or not, but it never enters the post function and makes the submit automatically. this is the code $...
asked by 03.03.2018 / 22:44
0
answers

Because I get "out of memory" in Laravel queue

I am using Store :: put () to save images that come by post with psd, jpg and png extension from the controller. With the png and jpg files there is no problem but I had to increase the memory of php.ini "memory_max .." to be able to execute...
asked by 26.02.2018 / 11:35
0
answers

Error: 'Parser error bad indentation of a mapping entry' in swaggerhub

I am implementing an api and when coding the post of / new-geocerca the following error appears: 'Parser error bad indentation of a mapping entry' The code is as follows, why can this be happening?: /new-geocerca post: security: - B...
asked by 28.02.2018 / 18:19
1
answer

Notice: Undefined index

I have a problem with a form, I send the variables by post and keep in trouble, but I get a warning Notice: Undefined index: afterwards in C: \ wamp64 \ www \ model \ edit_productos2.php on line 47 and I do not know what can be wrong <form...
asked by 20.02.2018 / 17:11
2
answers

How to get label by post with php?

Is there a way to receive the value of a label or other element that is next to an input by php? I have the following code. <div class="formulario__category__plates"> <?php $platos = mysqli_query($conexion, $pCombinations); while...
asked by 15.02.2018 / 21:18
1
answer

Request method 'POST' not supported | SPRING BOOT

I'm trying to mount a simple start menu and I get an error in the POST method when I press the submit button. My controller with the post method called by the submit in html with value "login" My index.html     
asked by 15.02.2018 / 13:28