Questions tagged as 'post'

0
answers

PHP Make a POST on Page with JavaScript

A PHP page, you need to pass some parameters to an external page, such as% , until then OK, but this external page has some JavaScript commands. When I send via POST or cURL , the page loads, but JavaScript does not run....
asked by 21.09.2017 / 16:28
1
answer

Android Retrofit POST

I'm having trouble with a program I'm creating, I tried to see some issues here in the stack or on other sites and I could not solve them. I have a connection that generates a list of data that comes from my bank, and I need it as soon as I clic...
asked by 21.09.2017 / 21:35
0
answers

Rest API returning Token

I need to develop an application in Swift I'm trying to consume an API to login and when I log in the application will have to send a Token , but this Token already exists in the API , would you like to know how I can handle it? Is it a...
asked by 15.09.2017 / 11:58
0
answers

Problems sending JSON by POST when compiled

I have an application whose one of the modules is responsible for sending a JSON to an online API that synchronizes the data with a back-end system. When this module is executed or debugged in an IDE, it performs this task successfully, however,...
asked by 05.09.2017 / 14:30
2
answers

Session does not work as expected in Ajax and PHP request

Well I have a main page index.php where the person performs an action and performs a POST with Ajax request. In this main file I create a session with some data that I want to keep more secure and not be visible and others for confirmations....
asked by 12.08.2017 / 21:21
1
answer

How to use POST in a json for an Http server

I was wondering how can I do a POST from a json to an http server. The code I am using to do json is as follows: Person person= new Person(); product.FirtsName = "Ola"; product.ID = 1;...
asked by 24.08.2017 / 12:10
1
answer

Pass value per link

I need to send a value through a link to another page: <li><a href="" onclick="getPasta()" id="icons"><?php echo $this->translate('Download');?></a></li> I tried to use this code for upload: <script typ...
asked by 21.08.2017 / 21:55
1
answer

Catch the return of an HTTP POST (IOS SWIFT)

I need to do an HTTP POST for a page that simply returns a literal (which can be "OK" or "ERROR") I have a tutorial from WEB that shows how to do this and it returns a JSON, I followed the tutorial and it works perfectly. My problem is exac...
asked by 25.07.2017 / 04:03
0
answers

Multiple submits in one form

I have an "Export" button that sends the form data via Post. I need this data to be sent multiple times without refreshing the page, but the browser is blocking more than one "Submit" of that form. How can I resolve this?     
asked by 31.07.2017 / 02:41
0
answers

Doubts how to get the answer (Java)

Friends, can you get the response of this request through a GET or POST ? The page is: link What I need is to get the page that is generated when it fills in the access key field and clicks the full query button. Thanks f...
asked by 05.07.2017 / 21:27