View Single Post
Old 04-14-2016, 03:02 PM   #349
Manabi
Wizard
Manabi ought to be getting tired of karma fortunes by now.Manabi ought to be getting tired of karma fortunes by now.Manabi ought to be getting tired of karma fortunes by now.Manabi ought to be getting tired of karma fortunes by now.Manabi ought to be getting tired of karma fortunes by now.Manabi ought to be getting tired of karma fortunes by now.Manabi ought to be getting tired of karma fortunes by now.Manabi ought to be getting tired of karma fortunes by now.Manabi ought to be getting tired of karma fortunes by now.Manabi ought to be getting tired of karma fortunes by now.Manabi ought to be getting tired of karma fortunes by now.
 
Manabi's Avatar
 
Posts: 1,384
Karma: 18484273
Join Date: Apr 2013
Device: Paperwhite, Galaxy S22
Quote:
Originally Posted by koland View Post
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.
Manabi is offline   Reply With Quote