To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/63412a92.920a0220.8a912.ee72SMTPIN_ADDED_MISSING%40gmr-mx.google.com.
A dictionary containing all available HTTP headers. Available headers depend on the client and server, but here are some examples:
_______________________________
It states the available headers depend on the client AND server. SO when I run the code on the development runserver in visual studio code, it provides the LOGNAME and TZ (Time zone) but apparently apache does NOT.
The question is why, and how can I fix this? I think I might be able to work around the LOGNAME but the timezone TZ is more difficult to figure out.
ANY clues are appreciated,
Moose