Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP banner is not being utilized #151

Open
laser-bear opened this issue Feb 6, 2023 · 0 comments
Open

HTTP banner is not being utilized #151

laser-bear opened this issue Feb 6, 2023 · 0 comments

Comments

@laser-bear
Copy link

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant