How to access url hash/fragment from a Django Request object How to access url hash/fragment from a Django Request object python python

How to access url hash/fragment from a Django Request object


This is not sent to the server, by definition. From URI References: Fragment Identifiers on URIs :

"The HTTP engine cannot make any assumptions about it. The server is not even given it."