Probably not the tag you want, please use something more specific like http-headers or smtp-headers.
Questions tagged [headers]
71 questions
0
votes
1 answer
Strange issue with forwarding auth headers from apache to nginx - Non empty header(se_custid/ein) not found in the request to proceed
On the setup describe below, Looks like apache is not able to forward required headers to nginx or nginx while forwarding initial request is not forwarding full URL but just relative path.
The idea here is to ensure request to application hosted on…

Dhanraj B. Sheth
- 1
- 2
0
votes
1 answer
How to access X-Forwarded-For header on HAProxy behind AWS Loadbalancer
On HAProxy instances running on K8S I need to block certain IP addresses manually on HAProxy. Currently I am failing already to log them. Per the AWS docs the loadbalancers set the X-Forwarded-For request header and fill in the clients IP…

Jason Nerer
- 85
- 2
- 5
0
votes
2 answers
How to add http host header in URL?
I have web app deployed in K8 in aws & configured LoadBalancer to call the same from internet.
In the Postman I call like ,
GET https://myteams.myorg.net/config
Headers: Host doom.myteams.myorg.net
I can convert as corresponding http request as…

k8dev
- 1
- 1
- 1
- 1
0
votes
1 answer
Dovecot sieve concatenate heqders
Setup
postfix forwards all mails to an archive@domain user via always_bcc,
postfix saves all the RCPT TO in X-Envelope-To headers to perserve the bcc recipients,
postfix deletes X-Envelope-To for smtp transfers out for privacy reasons,
postfix…

user3450564
- 31
- 4
0
votes
1 answer
Multipart text/html email from Invision Community not parsing correctly
First of all, yes I have contacted Invision Community support. Yes, I am a paying user with an active license. We went back and forth for several hours and all they have to say is there's nothing wrong with their software, and I need to fix my…

Krydos
- 11
- 3
0
votes
1 answer
Postfix header_check regex with if conditional not matching - change sender address when recipient domain matches
I have a header_check that should match when the RECIPIENT address is domain.com and if it matches, then it changes the SENDER address to systems@service.domain.com
Scratching my head a little on this. Here is my header_check:
if…

HarryT
- 13
- 4
0
votes
0 answers
Compile ModSecurity 3.3 with YAJL
anyone could help? I'm stucked on this.
I already compiled ModSecurity 3.3 on this machine (followed these instructions). Now I'm trying to compile with YAJL (Yet Another JSON Library) to be able to log in JSON format.
I installed yajl and…

Filipe
- 1
0
votes
0 answers
Specify header set depending on the HTTP referer
I am working on two separete ReactJS project which are both making use of the PHP API. Both react project are running from the dev server on port 3000 and one on 3001. Because the ReactJS on these ports are going to the API on port 80 its triggering…

Boardy
- 258
- 1
- 4
- 23
0
votes
0 answers
Why doesn't nginx proxy_hide_headers directive work in this case?
I have an nginx server block like this, and I am trying to use the proxy_hide_header directive to hide the Content-Security-Policy response header from the proxied server because I am not running an SSL server in a local environment and so the…

jonseymour
- 243
- 1
- 5
- 13
0
votes
1 answer
Alter Nginx reverse proxy cache header from Public to Private
I have an Nginx cache server getting content from an origin server, the origin server sets Cache-Control to Public so my Nginx cache server can cache the content and make less requests to origin. But when serving to users, I don't want it to send…

adrianTNT
- 1,077
- 6
- 22
- 43
-1
votes
1 answer
I can see HTTP/2 headers with curl. But, if this protocol works with frames and binary numbers: shouldn't these headers be "invisible"?
HTTP/2 has several differences with respect to HTTP/1.1. One of them is the use of frames, binary numbers and compression to optimize the headers. However, when I use "curl -v --http2" against a domain that supports HTTP/2, I can see response…

john smith
- 51
- 3