http://localhost:8000/pary/?url=https://jobs.chegg.com/#categoryName#-jobs&uid=OIKAHY&env_id=4
In my Django views for pary function, for the above url, when I am doing data = request.GET.get('url')
I am getting data as https://jobs.chegg.com/
instead of https://jobs.chegg.com/#categoryName#-jobs
Its ignoring all the content after # keyword. Please suggest how to get the complete url parameter value in python.