Pylons / waitress

Waitress - A WSGI server for Python 3
https://docs.pylonsproject.org/projects/waitress/en/latest/
Other
1.45k stars 175 forks source link

Make use of ident while showing server error (generated by waitress) #382

Closed AkhilmsAchu closed 1 year ago

AkhilmsAchu commented 2 years ago

this will help users to hide the server details from waitress generated error response with the help of ident value. Some organization don't want to expose there server details to user, since it will help the attackers perform attacks based on the known vulnerability of the server. So instead of showing generated by waitress, we can show a generic text.

AkhilmsAchu commented 1 year ago

Looks Clean !!!