hi.
i have a website that has 2 pages, page1 and page2.
page1 lists terms of use and so on and user chooses option to list items like this:
the asp page accesses the oracle db and gets records which the user requested using a facility. the facility contains the following individual items:
view_details-----item_name------item_description
view_details widget1 widget 1 description
view_details widget2 widget 2 description
view_details widget3 widget 3 description
this view_details is an href that links to page two and passes the record ID with the href link which is visible on the url. i would like to hide these parameters that are passed to page two. page two lists the detailed description of the item they clicked on. an individual has been using just page2 and has drilled down the links with the parms and gets all the details of the items, downloads them and puts them on his own website. my task is to prevent this user from sealing the data using my page's code (asp classic) and supplying the parms. i have used session id and that kept the guy from sealing our data. but two days later, he got around it and stole the data again.
any suggestions would be greatly appreciated.
thanks.
i have a website that has 2 pages, page1 and page2.
page1 lists terms of use and so on and user chooses option to list items like this:
the asp page accesses the oracle db and gets records which the user requested using a facility. the facility contains the following individual items:
view_details-----item_name------item_description
view_details widget1 widget 1 description
view_details widget2 widget 2 description
view_details widget3 widget 3 description
this view_details is an href that links to page two and passes the record ID with the href link which is visible on the url. i would like to hide these parameters that are passed to page two. page two lists the detailed description of the item they clicked on. an individual has been using just page2 and has drilled down the links with the parms and gets all the details of the items, downloads them and puts them on his own website. my task is to prevent this user from sealing the data using my page's code (asp classic) and supplying the parms. i have used session id and that kept the guy from sealing our data. but two days later, he got around it and stole the data again.
any suggestions would be greatly appreciated.
thanks.