Questions tagged as 'request'

0
answers

How to generate a request for a wsdl that expects xml?

Good Night. I never messed with wsdl. I'm here breaking my head. I got a part, that is, the part that I'm looking for the WS data. I did this: (1)Sofarsogood.IthappensthatIneedtosendbackacodeforeachidoftherecordreceivedfortheWSsothatinthene...
asked by 09.05.2018 / 05:50
2
answers

Flask - sending form return to another function

Below is my default.py where I define the end-points; What I'm trying to do is grab the FORM information that is in "/" send to return_request () and show the result of the Request in / output " def return_request(endPoint): headerInfo =...
asked by 08.05.2018 / 17:06
0
answers

How to do multiple validations Requests in Laravel?

Laravel allows you to create Requests to validate fields from the front end, but I wanted to do several Requests to validate a giant form. It's possible? Is it a good practice? I made Traits so that they could register for each one. This i...
asked by 04.05.2018 / 16:34
0
answers

Request Android, Currency Converter Updated

I'm new to android, I want to know how do I extract a url to have an always updated response to the application. If someone helps me wrap the code I thank Code: import android.support.v7.app.AppCompatActivity; import android.os.Bundle; impo...
asked by 26.04.2018 / 18:30
0
answers

intval () changes values

Today I was doing a web application working with $ _REQUEST. But I noticed that when doing an UPDATE the value went out incorrectly, and when I looked at the functions in php, it was the most bizarre. Notice that intval () when it receiv...
asked by 04.04.2018 / 14:15
0
answers

Problem importing a class in Laravel 5.5

I'm trying to include the class that treats the Request from my form, but it always returns a not found error, however, I've already checked and reverted and the file and patch are correct. I have tried to update the composer to see if it solv...
asked by 01.02.2018 / 11:38
1
answer

Order of angular token

How to place my Authorization token in my http request (GET). This is my current code: import { Component } from '@angular/core'; import { Http } from '@angular/http'; import { HttpClientModule, HttpHeaders } from '@angular/common/http'; @...
asked by 23.01.2018 / 23:39
0
answers

POST scraper error Itaú

I'm doing a JAVA Scraper for Itaú's mobile site and I have the error below: Asperthecode,I'mgettingtheGETtogetasessionandthenthePOSTwiththerequiredparametersandheaders(thesameonesdoneinPython henriquebastos ). I believe this is the default r...
asked by 22.01.2018 / 23:32
1
answer

POST requests with loading icon on Android

I'm doing an Android application that will make some requests to an API, I generalized these requests in a class (RequestApi), where to use it, it would be enough to create a map with the information that I will send to API and call as follows:...
asked by 05.12.2017 / 23:06
1
answer

python3.6 URLLIB Request

I have this code: import urllib.request x = urllib.request.urlopen('https://www.google.com') print (x.read()) And the error that happens:    Traceback (most recent call last): File "python", line 3, in    urllib.error.URLError: It s...
asked by 08.11.2017 / 18:22