08-10-07 06:16 AM
On Aug 7, 5:23 am, "C." <colin.mckin...@gmail.com> wrote:
> On 3 Aug, 11:32, Chris Davies <chris-use...@roaima.co.uk> wrote:
>
>
>
>
>
> I don't know if they are specifically excluded or qualified by the
> HTTP specs, but X- headers in HTTP seem to be used in the same way as
> in SMTP - they are passed on but are information only / only processed
> by end-points.
>
> What is the problem you are trying to solve?
>
> C.
I was looking at ways in which you could insert certain HTTP headers
into requests generated by certain browsers, and whether the insertion
of any of these headers would lead to security problems that should be
fixed. For example if you could control the "Host:" header in an HTTP
request, this would enable you to send a request that would appear to
load site A from a given IP address (and the URL for site A would
appear in the address bar), but would actually display site B, if you
fooled the browser into sending a Host: header which specified site B.
But to do a thorough investigation would require a list of not just
all HTTP headers that are specified in RFCs but all the ones that are
commonly understood by proxy servers and HTTP servers. I don't know
if such a list exists though.
-Bennett
[ Post a follow-up to this message ]
|