5

I've been looking over what I can find about this and found something about denying access to specific user-agents but couldn't find how I can actually get the full request header. I am trying to make a customized analytics app so would like access to the full headers.. any info is appreciated.

bstpierre
  • 30,042
  • 15
  • 70
  • 103
Rick
  • 16,612
  • 34
  • 110
  • 163

1 Answers1

12

All the headers are available in request.META. See the documentation.

Daniel Roseman
  • 588,541
  • 66
  • 880
  • 895