Skip to main content

Questions tagged [header]

This tag is deprecated because it lacks discriminating power. Please use a more specific tag instead, e.g.: html-heading, email-header etc.

-2 votes
0 answers
18 views

Can't compile glibc can't find headers even though they are there

Configure: error: GNU libc requires kernel header files from Linux 3.2.0 or later to be installed before configuring. The kernel header files are found usually in /usr/include/asm and /usr/include/...
Jeff's user avatar
  • 143
0 votes
1 answer
19 views

Modifying a Complicated Map Formula to put in Header

I've got a complicated formula that I don't understand: =map(A2:index(A:A,match(,0/(A:A<>""))),lambda(Σ,if(Σ="",,map(BZ1:CW1,lambda(Λ,let(x,index(sumifs('Ref4'!Q:Q,'Ref4'!G:G,...
Tyler Depke's user avatar
0 votes
1 answer
40 views

App Gateway Rewrite set not adding custom request header

I've created an App Gateway with MTLS listener with app service as the backend pool. Added the client CA certs to the ssl profile. I'm seeing mtls result as success in the logs, and also seeing the ...
user1662255's user avatar
1 vote
1 answer
23 views

Pdf is available in console but unable to see network tab

import { axiosInstances } from "./axiosInstanc" interface upladPdfPayload { name: string; pdf: File } export const uploadPdfApi = async (payload: upladPdfPayload) => { try { ...
Hemant kumar's user avatar
-1 votes
0 answers
10 views

How to adjust the header for Desktop view and Mobile view over wordpress elementor created website?

How to adjust the header for Desktop view and Mobile view over wordpress elementor created website? Pls help. I tried to get the same done vide elementor flexbox, but not being adjusted for Desktop ...
Mamta Kumari's user avatar
1 vote
0 answers
20 views

Is there any http header that an http server can use to communicate the maximum request size to an http client?

I have looked all over for this and cannot find an answer so please forgive me if my Google-Fu is just failing me. I currently working with http servers and I was trying to find a protocol-based or ...
utdream's user avatar
  • 571
0 votes
1 answer
36 views

CORS Error on Angular only with Basic Auth

I have an Angular app that makes an httpClient.get() call to an Api. I developed that api with SpringBoot and it should return a json. I set @CrossOrigins(*) on each method and when I try to call the ...
Francesco Cappellini's user avatar
0 votes
0 answers
12 views

Some Question about encode ‘From’ and ‘To’ in email

I'm trying to sending email by python's smtplib and email.I found a class email.header.Header using to encode the header of email.It can be used like: import smtplib from email.mime.text import ...
李子田's user avatar
1 vote
0 answers
13 views

Ruby/Rails Bunny RabbitMQ Must be one of [:method, :headers, :body, :heartbeat]

I get an error when trying to connect to RabbitMQ. Error backtrace: .../amq-protocol-2.3.2/lib/amq/protocol/frame.rb:67:in `decode_header' Error: Must be one of [:method, :headers, :body, :heartbeat] ...
Ammypka's user avatar
  • 11
0 votes
0 answers
15 views

Uncaught Error: Call to undefined function get_header()

I'm receiving this error for my WordPress website via the Site Health error logs, and I'm unsure as to why. DATE: 16-Jun-2024 22:11:19 UTC MESSAGE TYPE: Fatal error PROBLEM DESCRIPTION: Uncaught ...
Filip Manjencic's user avatar
0 votes
0 answers
21 views

How to change Access-Control-Allow-Origin header in wamp64?

I'm creating an Angular 17 application with the angular cli. Within the Angular application (served at 'http://localhost:4200') I'm trying to access an mp3 file which resides on the Wamp64 server ...
Sarah's user avatar
  • 1,971
-1 votes
0 answers
32 views

Host Header Injection Prevention does not work

I am using a php with apache. During vulnerability scan , host header injection was found. To fix this host header injection vulnerability i have implemented this code in my php application $...
ujjawal's user avatar
  • 93
0 votes
0 answers
25 views

Using showColumnMenuAfterMouseClick to show context menu on column header disappears after appearing in v31

We have an icon in grid column header(custom header template), on clicking of the icon we call GridApi method "showColumnMenuAfterMouseClick" to show the context menu. It was working fine ...
Annamalai's user avatar
-1 votes
0 answers
18 views

MobileVLCKit how Change header Accept-Language

I am trying to change the accept-language header of the VLC header, which by default is en_US. Can anybody help me? Thanks in advance I try with: media.addOptions([ "http-user-agent": "...
ITECH's user avatar
  • 1
0 votes
1 answer
57 views

How to set custom headers for CORS use?

I'm trying to add a custom header Attachment-Name to the response returned by an HTTP get triggered azure function (written in typescript, using v4 programming model, running with Azure Functions Core ...
Coco Chen's user avatar

15 30 50 per page
1
2 3 4 5
883