Questions tagged as 'http'

1
answer

asp.net HTTP Client get with query string

Developed in an asp.net mvc I intend to implement an HTTP request that with this part of the code the meteorologies present me a "list" with the metrics of the query data_de_leitura=2016-11-11&hora_de_leitura={null} ie 3 meteor...
asked by 14.11.2016 / 01:34
1
answer

How to retrieve parameters in php passed by $ http ({... data: ...?

I have my controller that requests the login: app.factory('LoginService', function($http, $location, SessionService) { return { login: function(data, scope) { $http({ method: 'GET', url: 'http://localhost:88...
asked by 27.11.2016 / 19:25
1
answer

Response handling of $ http.get

Hello, I'm looking for information in a local database with the following code: var app = angular.module('app',[]); app.controller('conexao',function($scope, $http){ $scope.names = []; $http.get('http://localhost/angular/conect/connec...
asked by 25.11.2015 / 23:03
1
answer

Obligate to allow email in facebook api

Hello. I've been using facebook's api (http) for some time, but I detected a problem a few days ago ... There are people removing the email permission which later causes inconsistencies in the system. Is there a way to force you to see th...
asked by 12.10.2015 / 17:36
2
answers

Error 500 on server- Invalid URL

Whenever I have access to a URL that does not exist on my site, this error appears    The server encountered an internal error or misconfiguration and was   unable to complete your request. Is there any way to customize this error message...
asked by 05.11.2015 / 14:46
1
answer

C # How to get the length of an MP3 that is in an HTTP address

I need to get the length information of MP3s that are on an HTTP server using the C # language. I've tried TagLib # and NAudio, without success.     
asked by 21.10.2015 / 18:49
1
answer

Maximum body size of a POST request

I have an APP that sends data via POST to a WEBSERVICE. The problem is that I have a BLOB field (the data inside it is gigantic) and I get to send more or less 30 records per request. My question is, is there a maximum amount of data I can send...
asked by 02.08.2017 / 13:31
1
answer

Is it possible to do HTTP request (POST, GET ...) with android for any domain?

I have a PHP backend with URLs that return data to my front end with Angular. It works normally because they are in the same domain. In the case of an android app that is outside the domain, will I have problems?     
asked by 03.09.2015 / 03:12
1
answer

Http request - log

I'm developing a Curl process, and for this I am checking the pages needed to manage the urls. However, there is a page that does Http Request 302 (redirect), and I am not able to capture it because the process is very fast. Searchi...
asked by 14.08.2015 / 19:43
1
answer

You can get the error number returned by the page

I created a page (following the one taught in this page / a> error) for Error 404, but in this way it would have to make an error page for each HTTP Status, so I would like to do a webpage where it would be possible to get the possible HTTP he...
asked by 22.04.2015 / 16:50