Questions tagged as 'header'

0
answers

Positioning Controls HeaderView (NavigationView)

Good afternoon, people. I'm trying to change a Custom HeaderView, but the controls are not as planned. I used constraint layout and in xml preview everything is correct, but when I start the application, both the emulator and the device the p...
asked by 23.07.2018 / 18:04
0
answers

Send Header from another domain in php

Well, I have a partner site, which would need to send its information to the client's browser as soon as the client accesses my site, I do it now with iframe and pixel, but it would be great if it were possible to do it in an automatic way direc...
asked by 23.07.2018 / 19:53
2
answers

Scroll overlaying the navbar header in HTML / CSS

I'm doing some testing and I wanted to take the scroll off of the navbar, but leave the rest of the main content on the page or below the navbar, but I'm not getting it. Something similar to what happens on this page: link This is my pag...
asked by 24.06.2018 / 09:20
0
answers

Sending Headers with WebView - Ionic

Has anyone ever had to send headers using a webview plugin in ionic? I currently use InAppBrowser to open a webview, and I need to send headers to make a request. I did not find any function to pass the header as a parameter. By analyzing...
asked by 25.06.2018 / 21:05
0
answers

How to insert a value of a variable in the PHP Header?

My intention is that at the time of deleting an invoice, it returns to the notes index page for that work. Code: { $id = $_POST['id']; $ok = $_GET['obra']; //Delete do banco: $pdo = Banco::conectar(); $pdo->setAttribu...
asked by 13.05.2018 / 06:22
0
answers

Headers Cakephp 3 with Ionic 3

Update: Trying to debug a bit more I found this return as print below. But I followed the steps of the documentation of the plugin git itself. Anyone who can help from now on thanks. **CAKEPHPCode3**<?php/** *CakePHP(tm):RapidDevelopmen...
asked by 10.04.2018 / 03:06
1
answer

How do I change the csv header, C #

I am generating a CSV file, but I would like the header to be equal to anottation displayName . When I export, displayName is ignored. method call string csv = ListToCSV(resultado); private string ListToCSV<T>(IEnumerable<T>...
asked by 19.03.2018 / 18:36
1
answer

Angular login visible in the request header

Well, good afternoon. I need some help. My backend was written in nodejs and is in IIS. My frontend is angular and still in my machine being debugged. My login page is working as expected, connecting seamlessly. But when the application sends...
asked by 06.03.2018 / 19:49
0
answers

Can not modify header [duplicate]

Someone knows how to solve this problem: Warning: Can not modify header information - headers already sent by (C: \ xampp \ htdocs \ store \ check.php on line 3 link     
asked by 21.01.2018 / 01:08
0
answers

Use two different headers for two different outputs on the same call

At some point, I need to generate XLS files on my system, and use the following header for outputs: header('Content-Type: application/vnd.ms-excel'); header('Content-Disposition: attachment;filename="' . $name[$a] . '.xls"'); header('Cache-Con...
asked by 25.09.2017 / 18:18