Questions tagged as 'http'

1
answer

Error when consuming angular api

Good afternoon. I am consuming an api (pokemon), But it does not work, PokeListenerComponent.html: 6 ERROR Error: Can not find a supporting object '[object Object]' of type 'object'. NgFor only supports binding to Iterables such as Arrays....
asked by 31.05.2018 / 20:23
0
answers

Error when querying API in Angular

Good morning, I'm trying to access my API by angular through the get of the http module, my files are in my github repository if someone wants to take a look. I'm following this tutorial here to make the request, but always gives the...
asked by 01.06.2018 / 18:38
0
answers

Is it possible to use a proxy to display a page at the beginning of Session?

Hello. We have around 1500 users and eventually we need to issue warnings that must be read by users. I wonder if it is possible to use a proxy (eg squid) to intercept the first user request and send it to a specific page. More or less lik...
asked by 25.05.2018 / 20:37
0
answers

Android - Download Manager simply does not download

I created an application to extract and download videos from pages with HTML players. Well, the problem is that some downloads start to download but they just stop, well to try to find out the problem I plugged my cell phone into the computer...
asked by 22.05.2018 / 19:35
0
answers

Set HTTP EndPoint to receive POST from an API

I have an Angular app and need to get Webhooks from the API Moip Payments and I need to create an EndPoint to receive POST when an event occurs. How do I create an EndPoint so that Moip can send these events that occur to my applicati...
asked by 17.05.2018 / 18:04
1
answer

Tomcat - RFC 7230 and RFC 3986

I have a problem with: Error parsing HTTP request header My apache tomcat 8 server is rejecting the requests of a system which I did an integration, the error is by the character account that is in the request, was taking a look and I saw that t...
asked by 10.05.2018 / 15:43
0
answers

Rewrite and redirect issues after I get SSL certificates

Hello! I am having problems with redirects after I have contracted two SSL certificates through Locaweb and am not experienced in configuring the web.config file. Since I did not get help from them (and they probably were not even in the mood to...
asked by 08.05.2018 / 19:33
0
answers

Grails - Receive return from my REST request

I have a grails code for a POST-type REST call where I pass the login parameters and it was to receive the token and an access route, it is correct, both by Postman that I receive these parameters correctly, and by the code also after all , does...
asked by 27.04.2018 / 15:53
0
answers

Debug - Discover the route of my rest http - Grails

I have a POST rest http call, where I get a file of my parameters and I am going to log in, I believe she is speaking because the route I'm setting is wrong, there is a missing bar, or the uppercase and lowercase letters . log.info "*...
asked by 27.04.2018 / 15:21
0
answers

Error while doing HTTP request android

I'm implementing a native android app that requests with a WS. When trying to make the connection in method connect() of HttpURLConnection I'm getting an error that does not fall into catch to be validated. Doing some res...
asked by 25.04.2018 / 04:04