inman has asked for the wisdom of the Perl Monks concerning the following question:
I have been prototyping a method based on a using an MD5 hash to validate the data being passed, a timestamp and a shared secret that is not passed in the request. Our website is able to receive the request, validate the data and use the timestamp to work out whether the link has timed out. If everything is OK, the user starts a session and is redirected to the content. An invalid link sends the user back to the referring page of the larger website.
This solution appears to be OK to me but as with anything involving security, there are probably holes. I am looking to my fellow monks for guidance and comments! What are the pitfalls, how could improve the setup?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: OT: Validating a request between web sites
by eric256 (Parson) on Sep 15, 2005 at 17:15 UTC | |
| A reply falls below the community's threshold of quality. You may see it by logging in. |