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

Custom responses for /robots.txt #20377

Closed
wants to merge 8 commits into from
Closed

Custom responses for /robots.txt #20377

wants to merge 8 commits into from

Conversation

jsteemann
Copy link
Contributor

Scope & Purpose

Custom responses for requests to GET /robots.txt

  • FRB-252: Added startup option --server.robots-file to allow responding to requests to /robots.txt with a custom response. If the option is provided, the server will answer all HTTP GET requests to robots.txt with the contents from that file.
  • 💩 Bugfix
  • 🍕 New feature
  • 🔥 Performance improvement
  • 🔨 Refactoring/simplification

Checklist

  • Tests
    • Regression tests
    • C++ Unit tests
    • integration tests
    • resilience tests
  • 📖 CHANGELOG entry made
  • 📚 documentation written (release notes, API changes, ...)
  • Backports
    • Backport for 3.11: -
    • Backport for 3.10: -

Related Information

  • Docs PR:
  • Enterprise PR:
  • GitHub issue / Jira ticket:
  • Design document:

* FRB-252: Added startup option `--server.robots-file` to allow responding to
  requests to /robots.txt with a custom response. If the option is provided,
  the server will answer all HTTP GET requests to robots.txt with the contents
  from that file.
@jsteemann jsteemann added this to the devel milestone Dec 23, 2023
@cla-bot cla-bot bot added the cla-signed label Dec 23, 2023
@jsteemann jsteemann marked this pull request as ready for review January 4, 2024 16:39
@jsteemann jsteemann requested a review from a team as a code owner January 4, 2024 16:39
@jsteemann
Copy link
Contributor Author

Obsolete by now. The general idea may be reviewed later if the functionality is still required.

@jsteemann jsteemann closed this May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant