How to read values from a redirect url in Django Python -


 http://127.0.0.1:8084/happy/studen/#access_token=eyjhbgcioijiuzi1 

i have recirect url redirects handler in django app , works fine .

the issue um facing read values appearing after # in particular url . how may read values in corresponding handler?

this pure django python implementation , there wont javascripts identify urls

i cannot change behavior of token coming #

i have tried both of these ways

  n = request.get_full_path()    k = resolve(request.path_info).url_name 

but wont give me values after # there specific way in django?


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -