Questions tagged as 'get'

1
answer

Angularjs - Http get is returning the html from the main page instead of json

Friends, I have a web app that works normally when installed on localhost. But when I deploy to a different server the http get returns the html from the main page instead of returning the json. Detail that occurs in chrome and firefox. In IE it...
asked by 20.04.2014 / 21:18
0
answers

ErrorException (E_ERROR) Trying to get property of non-object

I tried to return the page using backup to solve the problem but I can not. I upload the page and it continues with the same error, I do not know how to resolve. If you have an easier way to get the server to recognize file updates for example,...
asked by 21.11.2018 / 08:21
0
answers

GET request blocked for Scrap PHP?

I'm making a GET request, via postman, and it works normally. When in localhost, it works too. But when on air, on a server, it seems that the destination site blocks the request. <?php $curl = curl_init(); curl_setopt_array($curl,...
asked by 27.11.2018 / 15:37
1
answer

Losing value of POST fields when user connection is slow

I have a problem when users update the site and in the middle of the action the connection slows down or crashes and comes back quickly at the time of the process. Sometimes the user only updates the title of a news article, for example, but...
asked by 08.11.2018 / 13:21
4
answers

Maximum amount of elements sent by a form?

I would like to know if there is a maximum amount of elements that I can send from one form to another via POST as well as via GET . I know that if I pass my data via GET , there is a maximum length of URL , varying a...
asked by 16.01.2015 / 12:19
0
answers

Repeat error when submitting form

Control public function index(){ //parent::verificarDados(); echo "g"; // if(isset($_GET['idade_menor'])){ // $idade_menor = !empty($_GET['idade_menor']) ? addslashes($_GET['id...
asked by 25.09.2018 / 06:50
0
answers

How do I get Device Serial on PHONEGAP?

I need to make a get using phonegap. At the end of the URL you would like to add the device ID to see if it is already registered or not in the database. For sending I use the Jquery Ajax function. Below is the Code: <script> window...
asked by 01.08.2018 / 04:15
1
answer

Error using POST AngularJS

My controller is like this app.controller("listaTelefonicaController", function ($scope, $http) Inside of it is my add function ctrl.adicionarContatos = function (contato) { contato.telefone = ctrl.formatCel(contato.telefone);...
asked by 14.06.2018 / 20:38
1
answer

How to pass a GET parameter on a URL in Angular 4+? Using the route system

I need to insert a get parameter after entering the page with the URL. For example: I clicked here x went to the page and. link ? = parametroGet In case this GET parameter will be an ID, which I will pass when the user clicks the s...
asked by 22.05.2018 / 14:57
0
answers

Get active tab URL in chrome vb.net

Good morning, I've been searching in various places, including here in the stack, but I have not found an effective way to capture the URL of the active google chrome tab. Does anyone know of any way to make it work currently? The ways I found...
asked by 12.05.2018 / 05:34