Questions tagged as 'post'

1
answer

http post with BodyRequest Sqlserver

Hello, how do I get a post request passing an xml as date? I tried it on another GET request and it worked: DECLARE @Tabela TABLE ( CampoXML XML); DECLARE @URL VARCHAR(8000) SELECT @URL = 'url?parametros=' DEC...
asked by 02.02.2017 / 13:00
1
answer

Retrieve response from a post using guzzle

I'm trying to get the response from a json porst with guzzle in a simple php. This is the function in a laravel project that does the post for a url. (I'm using var_dump to show the result in the terminal). public function getPhotos($proper...
asked by 10.11.2016 / 13:47
1
answer

404 when trying to access url post with springboot

Good evening, I have the code below with the implementation of a service rest / test123, and when calling this method from the angular-js code, already authenticated with the basic spring-boot authentication I have access to this service. When I...
asked by 25.09.2016 / 01:14
1
answer

Passing value from javascript to php post

I'm having trouble getting my location and moving to the php post with onload . How can I do this ? The values I am trying to capture are google lat and long . function initMap() { var map = new google.maps.Map(document.getElementBy...
asked by 14.09.2016 / 23:59
1
answer

jQuery POST php mysql (mobile)

I'm trying to make a post with jQuery mobile on my internal server, when I run the post through the browser it inserts the registry working 100% with exactly the same code, now when I test the simulator (< in> Intel XDK ) and also with the AP...
asked by 26.09.2016 / 20:37
1
answer

Send POST request to PHP through Xamarin

I need to send a request in POST to a php file through this application. This code worked correctly in Windows Forms , but Xamarin is not working ... public void testar() { try { string...
asked by 03.09.2016 / 15:42
1
answer

Post swift error with alamofire

But once I come to ask for help from you. I'm developing an application in Swift using web service writing in java hosted at Amazon AWS. When I try to make a registration via post the registration is not performed. The error that returns me i...
asked by 03.09.2016 / 05:31
1
answer

MVC error 404 POST method

This is my controller : [HttpPost] public ActionResult TestePost(int id1) { ViewData["Teste"] = "O método POST funcionou, você digitou: " + id; return View("Index"); } [HttpGet] public ActionResult TesteGet(int id) {...
asked by 01.06.2016 / 04:06
0
answers

Problem with POST URLConnection

When I send a parameter through POST to a URL, I'm redirected to another URL, it's redirecting me to the right URL, but it returns me: <script LANGUAGE=JavaScript>alert('Seu tempo expirou. Por favor entre novamente');location.href='logon...
asked by 17.04.2016 / 04:00
1
answer

Post URL duplication adds numeric value

I thought that belonging to different categories, these posts, of nomenclature of url equal, would be treated as distinct. Categories: Home Hotel Posts: street to street to    URL generated: www.meu.com.br/casa/ru...
asked by 29.04.2016 / 15:20