Questions tagged as 'header'

0
answers

Chrome and Opera do not respect the cache

Chrome and Opera (same engine as the first one) do not respect the headers Cache-control and Expires , I mean if it's a link or an interaction within the works normally page, this appears to front: Butiftherequestcomesfrombrow...
asked by 05.04.2017 / 19:08
2
answers

How to create Fixed Header without javascript?

I want to create a header on a html page, responsive style that suits the mobile platform and the reduction of the page in the browser, how do I? Note: Nothing I read on the internet at the time was of use, I want without javascript.     
asked by 26.04.2016 / 20:59
3
answers

How to send my login and password via $ .ajax

Hello, I have a link where it opens a modal window (like an "alert") to enter the login and password. I'm using jQuery, the function $ .ajax {} to be more specific. I would like to know how to send my login and password in the header. What kind...
asked by 13.06.2014 / 00:31
1
answer

Headers Configuration

I'm trying to compile some code in "C" via GCC (Derbian - Kali Linux), and when compiling, I get error messages saying that files like linux/linkage.h and asm/linkage.h could not be found. When issuing the locate linkage.h command,...
asked by 12.05.2016 / 13:14
1
answer

I need to create fixed header and footer for all pages

I'm a beginner on programming and I'm not able to insert fixed header and footer on every page of the site. I saw here on the site an option with RenderBoy and RenderSection but I confess I did not understand. The site in question is simple and...
asked by 02.04.2017 / 19:55
1
answer

Create new PDF from existing PDF with PHP

I have a project that I need to add header / footer / watermark, dynamically in existing PDF files, through the PHP language. I've researched a lot and still can not find a way to do this. Is it possible to edit existing PDFs in PHP and ad...
asked by 07.01.2016 / 11:31
1
answer

About the inclusion of headers (.h) and the proper compilation

Assuming I create a .h file for the specification of a function func.h #ifndef FUNC_H #define FUNC_H int xPy(int x, int y); #endif //FUNC_H Then I created the implementation of this function in a .c file, like: func.c...
asked by 01.01.2019 / 21:01
2
answers

How to create a header of type date but in the form of ISO 8601

I am creating a communication with a web api and I needed to create a header of type date but formatted to ISO 8601 . What I want is to get the following output:    Date: 2017-09-13T08: 21: 08Z My code is as follows: var tempo = Date...
asked by 13.09.2017 / 10:36
1
answer

Header files in C ++ using more than once

I'm developing a multiplatform project (Windows - Linux - MacOS). During its development and when generating documentation (via Doxygen) I realized that there are many *.h files to be called by several *.cpp files. My questions are...
asked by 04.07.2018 / 17:57
1
answer

Creation of a Header that is used in the communication of a WebApi

I am creating a program that communicates with a webapi and is giving me this error in creating the header. I'm using this to create the header: var tempo = DateTime.UtcNow.ToString("yyyy-MM-ddTHH:mm:ssZ"); var httpWebRequest = (HttpWebRequ...
asked by 08.09.2017 / 17:55