toolbelt icon indicating copy to clipboard operation
toolbelt copied to clipboard

Update host_header_ssl.py

Open tinyhare opened this issue 4 years ago • 0 comments

  1. This also works for CNAME
  2. I think host_header = request.headers.get('Host',None) is enouth,because request.headers is a CaseInsensitiveDict
  3. I found that "server_hostname" must be set to make it work
  4. Only ”https“ url need to do this

tinyhare avatar Feb 17 '21 13:02 tinyhare