Questions tagged as 'post'

1
answer

PHP and javascript - Getting javascript value in PHP (session usage)

In the site that I assumed from another developer, made in PHP and Javascript, there is a search for created events (all registered in MySQL database table). In each event that I searched for, I created a button to delete it: <input name="e...
asked by 14.06.2016 / 15:59
1
answer

Receive response from a restful web service java on Android

I'm developing an Android application and would like to know how do I get a response from the server, the technology I'm using on Android is the retrofit 2. After sending a POST request, how do I get a response from the server and from that info...
asked by 17.05.2016 / 22:41
1
answer

I do not get POST from "Checkout Cielo"?

I developed an e-commerce and used a payment system from Checkout Cielo with PHP. Every time a user makes a purchase the server of Cielo sends a POST to my PHP page informing the data of the purchase. Here is an example of how I retrieve th...
asked by 25.02.2016 / 02:28
1
answer

$ _POST without closing modal bootstrap

I have to open a form in a modal using bootstrap and when I send it I want to receive the data without closing modal I open the modal like this: <a data-toggle="modal" data-target="#modalEMP" href="consulta.php">Consultar CNPJ</a&g...
asked by 22.02.2016 / 01:40
2
answers

Because param ["value"] is returning nothing

I am creating a project in Ruby on Rails, where I create a cry with the following route in postman: POST:http://localhost:3000/api/yells { "user_id":"1", "title":"caneca", "desciption":"beber", "yell_type":"oferta", "price"...
asked by 26.01.2016 / 18:39
2
answers

PHP does not take autocomplete values

Good morning, I have a small problem and I hope you can help me: Search_CEP           <!-- Adicionando JQuery --> <script src="//code.jquery.com/jquery-1.10.2.min.js"></script> <!-- Adicionando Javascript -->...
asked by 13.04.2015 / 07:56
2
answers

POST Request on Swift does not work

Good morning, I looked for several sites a way to do a POST request for a server, found several ways and tried all of them, but none worked. I can receive the data from the page and even send GET variables in the URL, but POST variables are simp...
asked by 12.03.2015 / 14:29
1
answer

How to encrypt a POST via Ajax

How do I encrypt the posts I send via Ajax? For example in the Telegram Web they do this, it is possible to see by the XHR with the requisitions sent and received. Example of what it is like on the Telegram Web (I wish my application would lo...
asked by 26.05.2015 / 05:24
1
answer

HTML - Use HttpURLConnection to log in to site

I'm trying to login to a site using HttpURLConnection, as shown in the code below, taken from the mkyong website: private final static String USER_AGENT = "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401"; private v...
asked by 23.10.2014 / 16:10
0
answers

PHP Post - Execute function before Submit

I can not do the following: Let's say that the url of my system is www.mysite.com and I need to send information from my system to another ... On my system I have the following form www.mysite.com/index.php : <form method="POST" name...
asked by 11.11.2018 / 21:39