regex - Capturing AES encrypted strings (including slashes) with Django URLs? -
i have encrypted string, nituk+n1ly2cjo1jlj9/vdsesld7aqpmwf4iefad3ao8yeiaypqb4tbehabgt0q+
how pass value variable?
my url configuration
url(r'^secure/(?p<code>[a-za-z0-9/\+]\w+)$', 'user.views.decrypt_url'),
thanks
Comments
Post a Comment