为了账号安全,请及时绑定邮箱和手机立即绑定

从URL获取协议+主机名

从URL获取协议+主机名

慕娘9325324 2019-10-25 10:45:31
在我的Django应用中,我需要从引荐来源网址中获取主机名request.META.get('HTTP_REFERER')及其协议,以便从类似以下网址的网址中获取:https://docs.google.com/spreadsheet/ccc?key=blah-blah-blah-blah#gid=1https://stackoverflow.com/questions/1234567/blah-blah-blah-blahhttp://www.example.comhttps://www.other-domain.com/whatever/blah/blah/?v1=0&v2=blah+blah ...我应该得到:https://docs.google.com/https://stackoverflow.com/http://www.example.comhttps://www.other-domain.com/我查看了其他相关问题,并找到了有关urlparse的信息,但这并没有解决问题,因为>>> urlparse(request.META.get('HTTP_REFERER')).hostname'docs.google.com'
查看完整描述

3 回答

  • 3 回答
  • 0 关注
  • 963 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信