Questions tagged as 'post'

2
answers

How to rescue lots of variables sent by POST and use them?

I'm having a problem rescuing large amounts of variables sent by the $_POST method. I was using this code earlier:    import_request_variables ("gp", "rvar _"); But it was discontinued and my script stopped working, I tried to loop...
asked by 02.06.2017 / 14:04
1
answer

Error: The request entity's media type 'multipart / form-data' is not supported for this resource

I'm trying to do a POST in a WebApi that is returning me the following error:    The request entity's media type 'multipart / form-data' is not supported for this resource.       ExceptionMessage: No MediaTypeFormatter is available to read...
asked by 04.01.2017 / 03:50
1
answer

Method $ _POST returning NULL

Good evening. I'm having a problem with my $ _POST method, because it just returns me NULL. I've already tried N forms, refiz design, BD, refiz class by class, etc., but to no avail. Where am I wrong? Here's a part of the code: <?php...
asked by 29.07.2016 / 04:00
1
answer

AJAX request for WCF with POST

How to make an AJAX request for a WCF service using POST? I'm getting several errors with OPTIONS and POST methods that come in the same request. Here is my code: Contract [OperationContract] //[WebInvoke(Method = "GET", BodyS...
asked by 03.12.2016 / 18:55
2
answers

Receive form name or submit PHP

How can I receive the form name or submit via POST in another function? <form class="form-inline" name="indicador" method="post" action="funcoes/indicadores.php" > <button type="submit" class="btn btn-theme" name="indicador">At...
asked by 05.11.2015 / 19:18
2
answers

I can not capture the post via webapi c #

Good morning. I am already trying a few days trying to capture a POST made in JavaScript by webapi c # and the most I can get is webapi telling me that the expected parameter is NULL. var objFornecedor = { ID_FORNECEDOR: 38,...
asked by 03.11.2015 / 12:35
1
answer

How to pass a CPF as a parameter of type NSDictionary for a call with JSON and POST?

Hello, I have a question. I need to pass a user-entered CPF as a parameter in my POST call to return with his data. The call works with an already registered CPF, but only works if the CPF is passed directly as a parameter, as I did below and ty...
asked by 11.11.2015 / 03:44
1
answer

Carousel with Wordpress posts

Hello, I'm trying to apply OWL-CAROUSEL to a custom post page. When I do in normal HTML, without PHP tags, it works super well, but if I play in the wp_query loop it does not take the plugin and lists the posts one underneath the other. See t...
asked by 19.03.2015 / 01:12
1
answer

Passing $ _POST by URL

I have a form that is dynamically mounted according to the preferences of each user and is submitted via post to the page that makes the process. On the process page I need, among other things, to load an iframe that will bring in extra in...
asked by 12.06.2015 / 14:44
2
answers

Unknown error: "null" when executing an HTTPPost with Parameters

Explanation: I have a simple Android application, and also a NodeJS server. I have the following permissions on AndroidManifest.xml of my application: <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />...
asked by 10.04.2014 / 13:20