Questions tagged as 'post'

1
answer

error in wordpress query

Good morning everyone! I have the following query: <?php $footerlocal = array( 'numberposts' => 2, 'post_type' => 'page', 'meta_query' => array( 'relation' => 'OR', array( 'key' => 'zona'...
asked by 23.11.2018 / 11:27
1
answer

Submit a form using request in php

Good morning people, I'm doing a form (course work) and I need to echo all the information typed in the form using REQUEST (it can be POST too) when I click the "submit" button. I searched a lot on the internet, I saw several videos, but I...
asked by 05.09.2018 / 15:13
0
answers

Passing parameters in R in an api with the Post method?

Friends, I created an api in R using Plumber with the post method. but at the time of calling this api and passing the parameters I'm not getting it, I call it this way: resp <- POST("http:url", body = list(datainicio = '2018-07-23' , dataf...
asked by 02.08.2018 / 17:09
0
answers

Sandbox does not send Notifications

The secure paypal sandbox is not sending the notifications to my page, is set to url on the Integration Profiles tab - > seller, and also the notificationURL in the transaction request. Success image on localhost Thecodeonmypagererecei...
asked by 28.08.2018 / 01:05
1
answer

UPDATE problem and WHERE clause with two conditions

After much research on the internet without a solution, I turn to the "college students" on duty! I have two tables: contract (primary key) and contacts. The second being linked to the first. I set the records of the first one and select change...
asked by 11.06.2018 / 15:18
1
answer

WP Plugin to show post time of posts [closed]

Hello, I have a Wordpress site and would like to show you the posting times for the posts. My site is www.urgentenews.com Does anyone know of a plugin?     
asked by 25.05.2018 / 00:43
0
answers

Problem performing a test with POST method

I'm trying to run a unit test of the post method, but the system returns the expected status but was < 404 & gt ;. If I use postaman with Json that I'm creating in Java, it returns the status 200 (OK) Test Class @RunWith(SpringRunner....
asked by 15.05.2018 / 16:27
0
answers

JasperSoft - Date Format

Hello, We have the following version of JasperSoft: <serverInfo> <build>BUILD_DATE_STAMP_BUILD_TIME_STAMP</build> <dateFormatPattern>yyyy-MM-dd</dateFormatPattern> <datetimeFormatPattern>yyyy-MM-...
asked by 17.05.2018 / 13:39
0
answers

Sending XML to JAVA - Angular 2

Well, I'm trying to send an XML from my view in Angular 2 to a Java backend. In the java I have a servlet that looks for the xml by the parameter: request.getParameter("xml") And in my angular service I'm doing the following:...
asked by 23.02.2018 / 19:09
0
answers

problem with cookie in curl

I'm developing a login with curl and I'm making two requests, the first one makes the post to the action page of the form and generates a txt file with the cookie, soon after I make a request using that file to access the protected page. but I d...
asked by 06.12.2017 / 16:20