I use a custom http header for URL signature just called \"sign\", how to get such custom HTTP header value in Django?
Finally I found just get it through
request.META('HTTP_{your uppercased header name}')