Questions tagged as 'get'

1
answer

program does not take the system date

I have a program that I'm doing a test to see how it works out but I could not find the error that causes it not to return the system date and time, I thought it was regex but it is not already mexi practically in the constructor whole and nothi...
asked by 14.09.2017 / 06:15
1
answer

Sending Data via Link (POST or GET)

Good morning my dear ones, I'm new here ... First of all, I want to point out that I already read the topics that exist in this forum and I could not solve my problem! My problem is to send only the id of the bank from one PHP page to anot...
asked by 18.02.2017 / 12:44
2
answers

How do I get a return of an ArrayString on a GET call with task.resume ()?

Good afternoon, everyone. I'm having trouble loading the contents of a PickerView into my app, because for this it needs to fetch the information on a GET call, the call works and I can set array to the content I need, but I can no...
asked by 29.10.2015 / 20:12
2
answers

Request Method Changing from GET to OPTIONS alone

I have the following code: $(function() { $('#method').change(function() { var method = $(this).val(); if (method == 'GET' || method == 'DELETE') $('#json-group').hide(); else $('#json-group'...
asked by 13.06.2014 / 22:04
1
answer

Message "301 Moved Permanently" began to appear suddenly

I have two applications that worked perfectly, but without any changes to the code, they do not work anymore. On the one hand, an application with a JSP doing a POST call and passing two hidden parameters: <li> <form name="logi...
asked by 24.06.2014 / 23:40
1
answer

Form problem (GET method) and Friendly URL

I'm having a problem sending a form, as I'm using a schema that changes the pages as GET['page'] , and I used the friendly url to take all that code to leave only the name of the page, for example localhost?page=inicio , is now l...
asked by 30.07.2015 / 20:56
1
answer

How to pass a GET request to a file that does not belong to wordpress

Wordpress does not recognize files that do not belong to it, even though it's there in the theme folder, which is my case. How can I make an external file receive this information? For example: I am in .page and there exists a button w...
asked by 26.05.2015 / 19:11
1
answer

Get url parameter with $ _GET coming from an iframe - WORDPRESS

I have a difficulty, inside my site I put a iframe that has a button that directs to another page within my site via GET . But this button is already preset. ex.: The link you have inside the iframe goes to link I thin...
asked by 29.01.2015 / 13:33
2
answers

ionic - wait for return from http get

Edit: solution in the third answer. I'm trying to do a login function for a project in Ionic 2. This function checks if the user is registered in the database through the php server and returns the id of the user if he / she has a registratio...
asked by 23.05.2018 / 16:57
1
answer

Result of the GET method brings all the relations and the subrelations of the bank

I have an application in which I have a list screen I'mdoingaGETmethodonmySpringBootAPIClasscontroller@RequestMapping(method=RequestMethod.GET,value="/distritos", produces = MediaType.APPLICATION_JSON_VALUE) public ResponseEntity<Coll...
asked by 05.10.2017 / 16:04