Questions tagged [http-headers]

HTTP header fields are components of the message header of requests and responses in the Hypertext Transfer Protocol (HTTP). They define the operating parameters of an HTTP transaction.

HTTP header fields are components of the message header of requests and responses in the Hypertext Transfer Protocol (HTTP). They define the operating parameters of an HTTP transaction.

Refer to RFC 2616

624 questions
-1
votes
1 answer

Mikrotik: Add HTTP Header Parameter to Requests

I want to add a parameter of MikroTik to all HTTP header requests using MikroTik. So all client and servers that connected to the MikroTik can trace the parameter in their HTTP header. How can I achive this?
Vahid
  • 103
  • 1
  • 6
-1
votes
1 answer

Do I need to handle chunked HTTP requests if I only work with GET requests?

I am writing a Netty server that handles HTTP GET requests from the browser to serve scripts or pixels. My understanding is that there is no reason why I would receive chunked requests as all I need is either in the URI or the cookie but is there…
Mad Echet
  • 101
  • 3
-1
votes
2 answers

Website Set up on IIS accessible over internet

We have a website hosted on port 80 with the name www.abcabc.com. Now we want to host another website on port 1111 with name www.xyzxyz.com and expose it to the internet. When i asked my DNS team they said they can Only redirect a domain name to…
user1607035
-1
votes
2 answers

Apache doesn't send me an MP3 header even when I use a direct address to the file

Apache doesn't send me an MP3 header even when using a direct address to the file. It means I can play it with Flash audio players on my web pages, but when I tried to download from the direct address on my server I got: Error 101…
user1728307
  • 79
  • 2
  • 6
-1
votes
1 answer

what is the way to remove the REFERRER header that sent by IIS?

I have an IIS-6 and i want to find a way that the server do not send REFERRER header response. How can i do it ? 10x
haim evgi
  • 753
  • 1
  • 10
  • 15
-1
votes
1 answer

What is the web server software announcing itself as "VDL/1.0"?

I am looking at an old web form located at: http://www.teleservices.lyon.fr/etat-civil/naissance/ Of course, it is obsolete, bogus, without TLS, etc. But I don’t recognize the web server publishing it. And yet, I came across my fair share of rotten…
-1
votes
1 answer

Can the Upgrade: header have spaces between the comma?

So, I see that Apache, by default shows the Upgrade header like this: Upgrade: h2,h2c Is this header below also valid?: Upgrade: h2, h2c Are spaces allowed between the commas in the Upgrade header? INFO: I talking about the response Upgrade:…
-2
votes
1 answer

How to run a website domain without redirecting if IP is already used for another website?

I bought a VPS Host that gave me only 1 IP Address which I used on my first domain name and it works without any problems. Now my second domain name I can't use the same ip address as it points to the first domain name. So I figured my only option…
SSpoke
  • 161
  • 2
  • 10
-2
votes
1 answer

Why is there a redundancy in HTTP status headers?

I'd like to learn something from the design of HTTP protocol - why is there, for example, "Not found", following the "404" code? Wouldn't the number itself be sufficient?
d33tah
  • 321
  • 5
  • 15
1 2 3
41
42