Questions tagged as 'post'

1
answer

Is it possible to make a false POST request?

I am creating a central system that validates the information coming from other client systems via post and would like to know if it would be possible for someone to make a post false request if passing through one of those clients? Using, for e...
asked by 07.09.2014 / 00:26
1
answer

How to do the webscrapping of a site that has method post?

I'm having trouble doing webscrapping for sites that use the post method, for example, I need to extract all news related to political parties from the site: link . Below is a schedule I made of a journal that uses the get...
asked by 31.05.2016 / 18:18
4
answers

How to execute a PHP function in the background?

I'm using the cPanel API to add dynamically parked domains. So far so good, I send the required data via jQuery.post() only this process takes a while to complete, about 1 minute. Are there any alternatives for the process to continue...
asked by 12.08.2014 / 06:06
2
answers

Is there a difference between Post and Request?

When I read about request I always get the term post together, and this raises a question. I understand that request serves to make a request for something to the server and then the server sends a response after processing such a reques...
asked by 25.09.2016 / 20:01
1
answer

How to implement a login system in an MVC standard? [closed]

I'm studying about mvc with php , I managed to make a simple start system, but I was left with doubts on some points, such as can I implement my login system? where I should "get" the values of POST and / or GET where I should t...
asked by 03.04.2014 / 01:11
1
answer

Timeout when using httr: POST ()

Expensive, I'm trying to do a log conference in the website CREA-RS , but every time it is giving the following error: Error in curl::curl_fetch_memory(url, handle = handle) : Timeout was reached Does anyone know what might be happen...
asked by 12.08.2016 / 15:29
2
answers

Check where the POST came from

Is there any way I can limit third-party POST submission to my site? To deny all, type exists the cURL that does this like a robbery, but I wanted to inhibit, does it have? When I say third, I say come from another site that is not mine.    ...
asked by 01.04.2015 / 23:09
1
answer

How to get the result of the Request in Retrofit 2.0

Well, I'm starting to study Android, I even made an application with Volley but a friend indicated Retrofit because it was much faster and "simple". But I still can not understand much. I have a WebService where I want to log in. I have to se...
asked by 09.12.2015 / 23:00
3
answers

How to send a data to another PHP page by URL?

I know there are GET and POST methods but I do not know how to apply them. I have a page called index.php and I have several divs that are generated in a while. When I click on a div I'm redirected to a test.php page .. how do I apply the dat...
asked by 03.01.2016 / 10:59
2
answers

$ _GET get value from ID or name?

Does $_GET , or even $_POST , get ID values from input or name ? <form action="#" method="get" name="meuForm"> <input id="nome" name="nome" type="text" value="Teste"> <input id="email" name="email" typ...
asked by 03.07.2017 / 18:45