Questions tagged as 'request'

0
answers

Request laravel returning null [closed]

Good afternoon guys, I'm new to frameworks but with the following problem: the request is returning empty for my query Thank you in advance "select * from 'usuarios' where 'cep' = ?" My controller is so public function procurapa...
asked by 11.11.2017 / 21:20
0
answers

Request status after browser closes

I have an Asp.Net MVC project and I realized that closing the browser immediately after starting a request (without waiting for its due) causes the server to somehow not continue in the next lines of code. / p> I did some research but could no...
asked by 19.10.2017 / 15:57
1
answer

IsPostBack asp.net

My asp.net application (aspx) has two Label controls that need to be populated with information from a Request QueryString. In Page_Load I make the treatment so that Label-type controls receive this information and actually receive it, but it do...
asked by 25.08.2017 / 03:30
0
answers

Request for ASP.NET MCV super slow

I have a complicated problem in my project, and I no longer know what else to do. I have an MVC4 project (after an upgrade of the MVC3 project that the company where I work already had) and it is becoming almost impossible to debug through VS201...
asked by 30.06.2017 / 12:13
0
answers

PHP - Std :: Class error

I have the following code: case 'operator-autentication': global $decoded; $array = array(); $user = $decoded->user; $pass = $decoded->pass; $opr = new opr_func(); $arrResp = $opr->loginFunc($user, $pass);...
asked by 23.06.2017 / 14:56
1
answer

More performatic way of working with Request in Classic ASP?

I'm working on a webpage that uses Classic ASP and I was left with a question, How do I store the value of a request in a variable to improve performance when compared to getting the request ("value") over the code? Is it better this way? i...
asked by 22.02.2017 / 14:44
0
answers

Change Request Headers for WS protocol

I have an Ionic app that uses a Ruby on Rails API. To authenticate, I'm using the Devise and tiddle gems where I step through the AngularJs interceptor X-USER-EMAIL > and X-USER-TOKEN in Request Header There is a part of the appl...
asked by 10.02.2016 / 17:43
1
answer

Retrieve Cookies in Authentication with Spring Security

How can I recover cookies when the user logs in through Spring Security and with the implementation of the AuthenticationProvider interface? If I retrieve an instance of HttpServletRequest from a class with a controller I have acce...
asked by 16.12.2015 / 13:02
1
answer

JsonObjectRequest does not enter onResponse ()

I'm doing a home automation project with Android and Arduino and I have this snippet of code in my class whose purpose is to query the values of the WebService in Json. But every time I call this method it does not go into OnResponse () , i...
asked by 26.11.2015 / 16:14
0
answers

Problems with iFrame and X-Frame-Options Header

I was starting a simple project but when I use <iframe> a problem occurs, the problem of the page that I'm requesting does not appear. I did a search on the subject and found some people talking about X-Frame-Options Header...
asked by 24.09.2015 / 04:11