Posted by David Wright on 02/03/06 15:27
> I'm curious if there is a simple URL that I could link them to instead,
> something along the lines of:
>
> https://www.paybill.com/Common/PaymentMain.asp?ID=enterIDhere
>
> that would prompt the paybill website to load up their account
> directly.
Just one caveat of caution - beware that a URL like that could easily allow
other users to spoof it with ID's that are not their own if they
knew/guessed the ID format - unless you protect it with some other form of
authentication.
Pick it up in the subsequent asp page using the string Request.QueryString.
D.
Navigation:
[Reply to this message]
|