Quote:
Originally Posted by koland
Do this instead:
sign up for the newsletter
log in
Click on http://www.anpasia.com/newsletterweb...4445E45764743/
follow prompt at top, then at bottom to reach magic download page. if the last part of the URL you land on is "//", then enter your full email address between the slashes.
|
I just now got to try this, and it gives a 404. Did discover they're using Django and left debug info turned on.

That was useful however, this part in particular:
Quote:
Using the URLconf defined in fae.urls, Django tried these URL patterns, in this order:
^$ [name='home']
^offer/(?P<offer_code>.+)/(?P<email>[^/]+)/(?P<album_id>.+)/confirm/success/$ [name='offer_redeem_report']
^offer/(?P<offer_code>.+)/(?P<email>[^/]+)/(?P<album_id>.+)/confirm/$ [name='offer_redeem_confirm']
^offer/(?P<offer_code>.+)/(?P<email>[^/]+)/(?P<album_id>.+)/$ [name='offer_redeem']
^offer/(?P<offer_code>.+)/(?P<email>[^/]+)/$ [name='offer_detail']
|
That pretty well confirms the links are unique per user, or at least are intended to be. So I'll just have to wait for next month's. No biggie.