Questions tagged as 'get'

2
answers

Problem with accents and special characters when using the get method

I am working on an API Rest with Symfony 2.8. I have been given the following case: when they make a request to the URL /search , this usually comes: http://{servidor.com}/search/libros?q=vacaciones&language=es the request is hand...
asked by 11.04.2018 / 17:00
0
answers

Problem sending GET variables by Android Volley to php

I have the following code in which I try to send two variables from android to php. The variables are latitude and longitude. The purpose is to take the location of the mobile phone and send the coordinates to a php file so that this will lift t...
asked by 26.03.2018 / 15:06
1
answer

Request method 'POST' not supported | SPRING BOOT

I'm trying to mount a simple start menu and I get an error in the POST method when I press the submit button. My controller with the post method called by the submit in html with value "login" My index.html     
asked by 15.02.2018 / 13:28
0
answers

Footsteps AJAX LARAVEL 5.4

Greetings, I am presenting a difficulty using ajax in Laravel 5.4 , jQuery v3.2.1 and Bootstrap v3.3.7 to bring information. I have done the following: In the File web.php the route was created: Route::resou...
asked by 29.01.2018 / 18:35
1
answer

Use GET when url is hidden with .htcacess

I am using MVC php (I'm new to MVC) and I have a .htaccess file in which I have the following code RewriteRule ^(\w+)$ index.php?action=$1 I have a driver class Enlaces{ public function enlacesController(){ if(isset($_GET["a...
asked by 27.10.2017 / 00:59
1
answer

Get php values

I need to get values in php, the problem is that I do not know the name of the variables that are sent, is there any way to get the name or variables with php? the code is as follows $deviceID = $_SERVER['HTTP_DEVICEID']; $rawPostData = "Devi...
asked by 02.11.2017 / 00:40
0
answers

500 (Internal Server Error) GET and request POST from JQuery / ajax to heroku server

I have my Django application deployed in Heroku at free dyno . I am currently sending some requests GET and POST from JQuery / ajax In my local development environment, the requests to my url endpoints work very well, a...
asked by 01.09.2017 / 15:19
4
answers

Problem in GET url in jquery [duplicated]

I am in the middle of a script of an html page, and what I need is to save in a variable what is in another html page. What I am doing is the following: ... más código... var datos; $.get('info/info_registros/','json', function(data){ d...
asked by 10.07.2018 / 10:54