Gunicorn request header filtering problem

use the following code to get the data in the request header, but cannot get the value (the client also uses access_token)

access_token=request.header.get_all("access_token")

use the following code to get the data in the request header, and you can get the value (the client also uses access-token)

access_token=request.header.get_all("access-token")

does this require additional configuration?

personally, I think it should be a configuration similar to nginx underscores_in_headers , but no configuration similar to gunicorn was found.

Apr.14,2022

gunicorn does not filter request headers, so performing which nginx should find something new.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b31fe4-2bde8.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b31fe4-2bde8.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?