Questions tagged as 'request'

1
answer

Jquery cancel request ajax

How can I cancelar uma solicitação do Ajax that has not yet received the answer using Jquery.     
asked by 07.05.2015 / 14:41
2
answers

Data received via Request using Doctrine need to be handled?

I'm developing a new project, it's the first time I'm using Doctrine with Silex and I'm in doubt about receiving information through forms. I get data from forms through Request Symfony ( Symfony\Component\Ht...
asked by 25.01.2017 / 14:38
1
answer

How to send multiple requests at the same time

Well my program takes URLs from a text file, enters them and checks to see if it has a certain text in its HTML code, it would be possible to read all the lines of the file, and instead of making a request at a time, does it all at once?     
asked by 18.09.2016 / 20:58
2
answers

Make a custom validation in laravel 5

I have a system in laravel 5. I have a Form Request validating the fields of a form with some rules. And I needed to do the following: I have a tab on the form that registers the members of a company. The user has the option to register or no...
asked by 10.10.2016 / 20:26
2
answers

Parameter name size influences the http request time?

Does an http request for a service have its performance (bandwidth consumption / internet / time) changed if the parameter names are large? Example. Request POST with the following parameters { "IdUsuario": 30735209, "IdProdutoBase": 2, "...
asked by 19.11.2014 / 17:12
1
answer

Request arrives null in C #

I have a request that is being made this way in angle 5. enviarEmail(titulo: TitulosCobranca, unidade: UnidadeEmpresa) { let param: any = { titulo: titulo, unidade: unidade } return this.http.post(this.UrlService + '/T...
asked by 18.05.2018 / 13:59
2
answers

Can a servlet send to two different JSPs?

My page index.jsp uses the Servlet and then sends it to resposta.jsp . In resposta.jsp depending on the button, I use the Servlet to use another Java function. But I do not know how to make this use. In my servlet I use:...
asked by 14.11.2014 / 01:36
2
answers

Fetch API can not load [URL]. Response for preflight has invalid HTTP status code 404

Greetings! I am facing the following problem, I make a request [POST] via Fetch API and "call" does not complete. REQUEST VIA Fetch API const requestInfo = { method: 'POST', body: JSON.stringify({ email:'[email protected]' , pass...
asked by 27.07.2017 / 04:24
1
answer

Edit record before passing by validation rule in Laravel

I have a form that registers clients. In the CPF registry field, I format the data with jQuery by entering the punctuation between the digits. It turns out that by entering this formatting, my Requets rules do not work corr...
asked by 25.11.2016 / 21:20
1
answer

Requesting APIs with Database for Angles

What APIs to do database requests (preferably mysql) that I have available to work with AngularJS, some that are simpler to use and that run on any server, I would use nodeJS more the servers to run it are more expensive and I can not afford it...
asked by 10.11.2016 / 04:45