Questions tagged as 'post'

0
answers

How do I have the same browser response using java / socket?

It is as follows, has anyone ever had to make a request http-post implementing socket in java? I need to make a request on the site http://spys.ru/en/ and get the response to mine some proxys. However, I can not bring the...
asked by 03.12.2014 / 00:06
1
answer

Post request using curl

How do I make a request, after clicking a button, used curl? <html> <head> <title>loja</title> <link rel="stylesheet" type="text/css" href="public/css/template.css" /> </head> <body>...
asked by 26.11.2018 / 00:05
1
answer

Foreach repeating the same content

Scenery I have a form and via POST submitting to the page preview.php 10 song names that are divided between 4 arrays. I can generate the 10 divs containing the position array but when I create foreach for the artist I have a...
asked by 16.09.2014 / 19:08
2
answers

Form with PHP sends POST variables to same page with jQuery without reloading [closed]

This basic code below will be used to filter via POST AND jQuery a SELECT on a PHP page. The form sends to the same page, jQuery receives and sends to PHP, which receives via $_POST["campanha"]; . The page should not be giving...
asked by 16.08.2018 / 22:52
1
answer

reCaptcha Google

Hello. Well I have this code here. But I have a problem ... The reCaptcha appeared on my site, but the person can send the form even though I did not take the Captcha step ... <form action="" method="post" name="power" id="power"> <...
asked by 24.04.2018 / 05:37
2
answers

Post Send data, but webapi capture null

I'm getting this header from fiddler. POST http://localhost:8887/api/values HTTP/1.1 Host: localhost:8887 Proxy-Connection: keep-alive Content-Length: 352 Accept: */* Origin: http://localhost:8383 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW6...
asked by 11.01.2016 / 20:13
1
answer

I took a bd field capture and give this error

After I put this code below .... $capturaValorTotal = $_POST['valor']; $capturaValorPagar = $_POST['valor-pagar']; $valorDevido = $capturaValorTotal - $capturaValorPagar; $inserindoBanco = "INSERT INTO 'cl...
asked by 09.09.2016 / 23:18
1
answer

I am using Captcha but there are still attacks by robots

In the form submit I am using the default Capctha validation (Google version 2) for email firing, but for some reason the bot attacks still pass by, filling my inbox. I check it as follows: require_once('api_recaptcha.php'); $response = nul...
asked by 03.01.2017 / 13:30
1
answer

PostLink method does not exist in version 2.4.4 of CakePHP?

I'm trying to use the postLink method to delete images, using their name. However Cake gives me an error saying: Warning (512): Method HtmlHelper :: postLink does not exist
asked by 21.03.2014 / 17:33
1
answer

Http Post No Angular

Well, I'm trying to make an http post to send a json to the server but it's giving an error. My code looks like this the imports import { Component, OnInit } from '@angular/core'; import { FormGroup, FormControl, FormBuilder } from "@angula...
asked by 25.10.2018 / 05:49