Questions tagged as 'post'

0
answers

Android sending POST Json using JAX-RS receiving object with array null [closed]

I'm trying to post an object but the array only comes null .. can anyone tell me what's wrong? @XmlRootElement public class Produto implements Serializable{ private String nome; get e set... private List<Tipo> tipos; ge...
asked by 13.11.2015 / 01:27
2
answers

How to pass variables as a parameter on a JSON object in Swift?

I am making a POST call with Swift using the Alamofire library. The service call works, but I need to verify the email and the password typed by the user. How do I pass variables email and senha into parameters...
asked by 21.10.2015 / 22:07
0
answers

Automate process - Robot? [closed]

There is a page in php where I have to make several queries. This page is not the one I manage and I do not have any information about its source code. What is done on this page: A value is entered in an input and awaited return with the info...
asked by 25.07.2015 / 17:46
0
answers

Why form does not send?

I have already looked at the whole code and can not find where the error is. The form does not send the data when I click the submit button. <section id="inscricao" class="bg-light-gray"> <div class="container">...
asked by 30.07.2015 / 01:47
1
answer

POO with PHP $ _POST [closed]

How should a value of the super global $ _POST be entered into a class. I have tried many ways, but to no avail. This value will be treated within the class.     
asked by 25.05.2015 / 14:27
2
answers

Route Post is not being recognized (Laravel)

Well, I'm still new to using Laravel 5, but I have a problem with Routes that can not find a solution anywhere (just the same problem Here and no feasible solution) I'll explain in the routes.php file when I try to define a route using POS...
asked by 17.03.2015 / 01:31
0
answers

Preventing Repeated Posts in C # in Wordpress?

I have the following code, using the JoeBlogs Wrapper private static void Postagem(string website) { try { string link = "http://MEU.SITE"; string username = "user_wp"; string password = "senha_wp"; Html...
asked by 19.05.2015 / 19:35
0
answers

Preventing Repeated Posts in C # in Wordpress?

I have the following code, using the JoeBlogs Wrapper private static void Postagem(string website) { try { string link = "http://MEU.SITE"; string username = "user_wp"; string password = "senha_wp"; Html...
asked by 19.05.2015 / 19:35
0
answers

How to get and send to a php file a selection of combobox

I need to know how to get to the value selected in the combobox when pressing the submit button and how to call this value in the new file .php : I know that there are similar examples here, but be aware that my combobox is not fixed...
asked by 22.01.2015 / 09:44
0
answers

POST data not being sent [closed]

From day to day all the systems contained in the same server stopped sending the data via post. I've already made sure that form and script backend (PHP) are correct, and it is. Just because the day before was working. I imag...
asked by 27.11.2014 / 14:02