Questions tagged as 'http-request'

0
answers

Image is not displayed after uploaded by the Google Drive API

I'm trying to understand Google Drive's api to perform uploads, I'm using Postman to do HTTP requests. I can upload an image to a folder in my Google Drive, but when I see the image, it is not displayed, not even when I download and open it on m...
asked by 10.09.2018 / 15:37
1
answer

Error 415 when posting to json for api

import json import requests #criando categoria r0_categoria_dc = {"chave": "r0_formulario", "titulo": "r0_dados_academico", "descricao": "r0_armazena_dados"} r0_categoria_js = json.dumps(r0_categoria_dc) print(r0_categoria_js) r0_obj = requests.p...
asked by 01.09.2018 / 21:35
0
answers

HTTPReqResp - Return even with error

I am making a connection to a server by Delphi Xe8 using the HTTPReqResp component, where I send an XML and I get the return. It is working correctly on my computer. However, when I run the test on our test computer here in the company, somet...
asked by 29.08.2018 / 21:57
0
answers

SpringFramewok HttpMediaTypeNotSupportedException: Content type 'text / plain; charset = UTF-8' not supported

I've been trying to find solutions to this error and can not find it. Error:    2018-07-24 16: 44: 50,541 WARN 25695 --- [nio-8080-exec-2]   .w.s.m.s.DefaultHandlerExceptionResolver: Resolved caused caused   by Handler execution:   org.s...
asked by 24.07.2018 / 21:50
2
answers

Request http post in ionic does not send the data as x-www-form-urlencoded

I need to perform an HTTP request to log in to my ionic application, but my function needs to send the data as x-www-form-urlencoded, tried in several different ways but I have not yet been able to do it. public login(credenciais):Observable...
asked by 06.08.2018 / 16:22
1
answer

Doubt on query with parameters using AngularJS and http request get method

First, good afternoon. I have come to ask for your help because I have spent some hours looking for a solution and nothing. I'm trying to limit the SELECT * from financial list to the value set in the select field inside my form (HTML), for e...
asked by 22.07.2018 / 22:11
0
answers

Bad request http post angle request

When performing a http post request, I'm getting: Object {headers: {...}, status: 400, statusText: "Bad Request", url: " link ", ok: false, name: "HttpErrorResponse", message: "Http failure response for link 400 Bad Request", error: {...}}...
asked by 09.07.2018 / 18:10
0
answers

Logging in with Jsoup

I'm trying to log in with JSoup on this page here, however I have some issues with doing this. Hereisthehtmlpageurlistheonehere( link ) <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/><...
asked by 15.07.2018 / 04:55
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

Ionic 3 + laravel. Problem with http request on server

Edit: Solution 000webhost does not accept ' options ' requests in your free plan. I was able to solve the problem by making the laravel available in local network with the function php artisan serve --host=IP --port=8000 I'm dev...
asked by 29.05.2018 / 05:30