Questions tagged as 'post'

1
answer

Pick up internal site form content (POST)

Hello. I would be grateful if anyone could give me a hand, a way to solve this problem. Programming language: PHP. Problem: I want to work with information from a website. This information is in the HTML of the site page which I will consu...
asked by 01.03.2018 / 18:53
0
answers

Is there any way to tell if POST comes from a form inside my site?

How can I tell if a POST request to my script comes from a form from within my site? Plus: You can tell if the file has been accessed by a browser. To prevent anyone from accessing my script files, allowing only forms and such things to acces...
asked by 15.02.2018 / 00:55
0
answers

Error 405 in the pre-approval of PagSeguro

For a long time I've been having a problem with PagSeguro which is giving me a lot of headaches. I am making a transparent subscription to PagSeguro, and in the last step, I need to join the previously created plan. Anyway, I need to pass an...
asked by 15.02.2018 / 05:53
0
answers

POST scraper error Itaú

I'm doing a JAVA Scraper for Itaú's mobile site and I have the error below: Asperthecode,I'mgettingtheGETtogetasessionandthenthePOSTwiththerequiredparametersandheaders(thesameonesdoneinPython henriquebastos ). I believe this is the default r...
asked by 22.01.2018 / 23:32
0
answers

How to protect method post

Galera is the following I have a method post that the guy makes money for him, last night the guys hacked all the money from the site with the postman program, sending the points to him through the program post method, there is some way protect...
asked by 04.12.2017 / 14:48
1
answer

A question regarding the use of POST in the communication between Javascript / AJAX and PHP?

Well I'm working on a project that links JS to PHP through AJAX. To make this connection, I was using the GET method and I was requesting it like this: "seilaooque.php?valor1=x&valor2=y" But now I'm thinking of moving everything to...
asked by 28.11.2017 / 14:18
1
answer

Invalid argument for chmod ()?

I'm trying to get the dimensions of each photo sent, but when I run the file it happens: Error: Warning: chmod(): Invalid argument in C:\Program Files (x86)\EasyPHP- Devserver-17\eds-www\PPI\adm\cadastrar_jogo.php on line 15 Warning:...
asked by 06.12.2017 / 02:10
0
answers

How to capture data from a POST request with Node.js?

I have a form created in an html page that will make a POST request, how to capture this data using Node.js and store it in a JSON file? (This is an application being built with Electron.)     
asked by 07.11.2017 / 18:16
2
answers

filter_input GET

I need to retrieve the value of GET to perform an insertion in the database through the post method, however when performing call of the function through the submit, it presents next critical "Call Stack". ✓ Code <?php session_start...
asked by 18.11.2017 / 20:59
1
answer

PHP $ _POST is not being created when you send the form

I have a form whose method is POST: <form action="/includes/process.php" method="post"> <input type="hidden" name="breakDown" value="1" /> <input type="hidden" name="string" value="2" /> <a href="javasc...
asked by 31.10.2017 / 18:48