Questions tagged [headers]

Probably not the tag you want, please use something more specific like http-headers or smtp-headers.

65 questions
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
  • 22
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
  • 4
  • 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,007
  • 5
  • 21
  • 41
-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
  • 41
  • 2
-1
votes
1 answer

From "Display Name" not working - Postfix/Dovecot

Working with Dovecot, Postfix and MySQL to send email from my web server (at example@mywebsite.com) but what shows up in the inbox is example instead of the display name I put into the email client (tried Thunderbird and Evolution with same…
frog
  • 1
  • 1
1 2 3 4
5