You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The HTTP service returns (e.g., with curl -I) Server: BaseHTTP/0.6 Python/3.7.11 instead of the provided banner from the configuration file.
This problem originates from:
The banner is not read correctly from the configuration file
The banner is not utilized inside the HTTP service (do_HEAD and do_AUTHHEAD functions)
Service returns the "sys_version" string Python/3.7.11
I have modified my local Heralding HTTP service to address all of the above. If desired I can create a pull request to integrate the code (few code lines in the HTTP service).
The text was updated successfully, but these errors were encountered:
The HTTP service returns (e.g., with curl -I)
Server: BaseHTTP/0.6 Python/3.7.11
instead of the provided banner from the configuration file.This problem originates from:
Python/3.7.11
I have modified my local Heralding HTTP service to address all of the above. If desired I can create a pull request to integrate the code (few code lines in the HTTP service).
The text was updated successfully, but these errors were encountered: