Questions tagged as 'post'

1
answer

Varibles POST to another service provider with cURL

I need to send varibles POST received by a form in a server to another server I have a file that receives the varibles and groups them in an array like this: $url = "http://servidor2.com/cotizador.php"; $datosProducto = array("modelo"=>html...
asked by 25.10.2017 / 04:11
1
answer

First steps with FIWARE

I am trying to make my first steps with FIWARE and I am not able to make a correct POST request with this example: POST http://localhost:1026/v2/entities/ Headers: { 'Content-Type': 'application/json', 'Fiware-Service': '...
asked by 09.08.2017 / 22:02
1
answer

Get Json string from $ _POST in Yii2

I try to make a query with $ .post from JQuery doing the following: function consultaAjax(url, val){ arreglo = { id: val }; datos = JSON.stringify(arreglo); $.post( url, datos, fun...
asked by 01.07.2017 / 00:27
0
answers

why laravel when uploading a file redirects me to login?

you want to upload a file and bring me the data of the same but when pressing the upload button I redirected to the login and review the middleware session but there is not the problem, but not only is there, when I try to access to a route by p...
asked by 01.06.2017 / 17:02
1
answer

IONIC2 Get POST data

I need to post a user id and collect the necessary information from the server (the server part already works) and return a JSON. Most of the problems I have had with the cors but despite having searched, I have not found the solution. var lin...
asked by 11.03.2017 / 00:04
2
answers

As I order one winged post from the other php news system

Hello, I'm designing a news system, but when I want to line up one side of the other, it only shrinks the columns and they are still one below the other as I can fix it so that one side of the other appears? <?php foreach ($posts as $posts)...
asked by 20.02.2017 / 04:42
1
answer

Show Post in Draft status with permalinks /% postname% / in WordPress

Greetings Community, I want to show comments with the template single.php having the permalink /% postname% / since the published posts remain with the assigned name but when wanting to display the post with draft status, does it generate the UR...
asked by 08.09.2016 / 22:19
0
answers

Object reference not established as an instance of an object?

Good morning, I am developing an Android application that sends a Json to a Web API by POST, but returns an ExceptionType, System.NullReferenceException. The Android code is as follows: JSONObject jobject = new JSONObject(); jobject.put("Va...
asked by 13.07.2016 / 20:22
1
answer

Service consumption problem from react-native with form-data using fetch and axios

I am programming in react-native an app that consumes services, when the service is consumed with POSTMAN if it works when sending the header and body, however when I try to consume with fetch and react-native axios it returns me status 406 no n...
asked by 18.08.2018 / 04:45
1
answer

Send a generated form with a [While] through POST by Ajax

I have a problem when trying to execute a POST by AJAX, if the function I need to have it inside a [While] that contains a [Form] and I need to modify the dynamic [IDs] of [Script] and [Form], How do I call the function $ (document) .ready (func...
asked by 23.10.2018 / 18:03