Questions tagged as 'post'

2
answers

How to access Action on another Controller via Ajax?

I have an AspNet MVC project structured as follows: Projeto L Areas L Area1 L Controllers L MeuControllerArea1Controller.cs...
asked by 28.08.2015 / 15:56
3
answers

Create post in a wordpress and bring in another wordpress automatically

Options: Create a new POST in one wordpress-1, from another wordpress-2. or Everything you create in wordpress-2 be "copied" to wordpress-1 or Create / Register a product in a store -1, from another store -2. [RESOLVED] I...
asked by 27.05.2015 / 21:09
1
answer

How to validate form's origin?

I have a web application in which there is a login and registration form, and from what I realized I can download the HTML from my site and send the request through my PC pointing to the site, so how do I check the origin of the form?     
asked by 20.03.2016 / 03:08
1
answer

idHTTP Post response html cut

Good. I'm doing a Post via idHTTP where the result comes in StringStream . The problem that this result is coming in half. In case, hacking the html response. Is there a way to buffer this Post? Note: I use DelphiXE7. var...
asked by 04.10.2016 / 19:08
1
answer

Catch the image of a WordPress post from an external file

I have the titles of my last posts, however I also need to search and display the images along with the title. This is a file outside the WordPress folder, a static page I did in HTML and CSS: <?php include('esenergy/wp-load.php'); // Blog...
asked by 27.01.2016 / 17:15
1
answer

Error in Chrome when decoding accents posted via HTTP POST

I have a form that does an HTTP POST request to update the DB. During the request I noticed that the following message appeared for a field filled with accent in the Chrome Dev Tool. For example, the evaluation is displayed as avalia%E7%E3o...
asked by 19.09.2014 / 16:04
3
answers

How to write a post from an array in the current index - input file

Next, I'm adapting a file upload system to php. All the bulk has already been created, insert and update and such, but in the middle of the logic needing a conditional to check if the input file field was used, if it is empty do nothing, if it i...
asked by 26.03.2014 / 22:01
0
answers

R - download CVM data via POST method (package httr) (new - continues)

Good evening, guys !! I would like to have asked this question there in this post, which I refer to in the title, but it was not possible. What happens is the following: I am using, for the same purpose, the resolution of our dear friend Tpic...
asked by 17.10.2018 / 21:16
5
answers

Verify that all $ _POST was sent without using many ifs

Good morning, I have to check if all fields of the form, sent as $ _POST, have not been blank, this is until I solved it. But I wanted to see a way to not need to use many if / elif to check every index of $ _POST would: if(empty($_POST['no...
asked by 22.06.2018 / 16:06
2
answers

Doubt over HTTP POST

I'm trying to send SMS through a WebService. Sending a single SMS is simple. Just use the URL in this format: https://xxxxx.com/sendMessage?messageText=mensagemdeteste&destination=552199998888&key=XXXX However according to the We...
asked by 08.04.2015 / 20:17