|
Posted by SomeGroup on 07/18/06 17:59
I am trying to write my own login page and deploy on server x for an
website running on a different domain and different server y. I have
tried to populate the same form variables as the server y's login page
does.
However, because of the referer property, the logins are not accepted
from my login page. I am trying this just to see if it works. Please
let me know any ideas on how this can be achieved
Thanks
Toby Inkster wrote:
> SomeGroup wrote:
>
> > <meta http-equiv="Referrer" content="some URL"/>
>
> Firstly it's "Referer"; it's missing an 'r', but that's part of the spec
> unfortunately!
>
> Secondly, the referer is one of the HTTP *request* headers, but http-equiv
> is supposed to be equivalent to an HTTP *response* header.
>
> As others have said, please explain what the *problem* is; not your failed
> attempt at a solution.
>
> --
> Toby A Inkster BSc (Hons) ARCS
> Contact Me ~ http://tobyinkster.co.uk/contact
[Back to original message]
|