How do I block outside access to an online coupon on a Microsoft IIS webserver?
May 1, 2006 6:29 AM
Subscribe
I have a client that's just beginning to experiment with online coupons. We want to make it so that you can get to the coupon (currently a GIF image) through a specific link on his website, but if that link gets passed around (via email or IM, say) access will be blocked.
I've got a little experience blocking access to files and directories on an Apache server, but the site is being hosted on a Windows IIS box and I'm out of my element. At first we tried following the instructions listed
here to try and filter requests by IP address, and it even worked for a little while, but then it started blocking all access no matter where the request came from.
I'd really love to solve this problem server-side, but If I needed to make the html wrapper for the coupon in .asp or .net we could do that.
posted by ssmith to computers & internet (9 comments total)
posted by the jam at 6:35 AM on May 1, 2006