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

Website/URL check as filter #1047

Closed
ghost opened this issue Jul 25, 2017 · 1 comment
Closed

Website/URL check as filter #1047

ghost opened this issue Jul 25, 2017 · 1 comment
Labels
component: bots feature Indicates new feature requests or new features
Milestone

Comments

@ghost
Copy link

ghost commented Jul 25, 2017

Potential use case: Check if a URL is still online or contains keywords, matches a regex etc.
Examples:

  • check if http://example.com/server-status is reachable (status code == 200)
  • check for existence of HTTP headers

Possible functions and parameters:

  • Check the status code. Match it against integer, but matching against a regex is also useful (e.g. 4..)
  • Check the header against a regex
  • check the body against a regex
  • possibility to negate the result

If all checks succeed, sent the event, otherwise drop it.

@ghost ghost added component: bots feature Indicates new feature requests or new features labels Jul 25, 2017
@ghost ghost modified the milestone: 1.2.0 Aug 9, 2017
@ghost ghost modified the milestones: 1.2.0, More bots and feeds Jun 21, 2018
@ghost ghost self-assigned this Feb 18, 2021
@ghost ghost modified the milestones: Bot whishlist, 3.0.0 Mar 15, 2021
@ghost
Copy link
Author

ghost commented Jun 17, 2021

fixed by #1789 and #1811

@ghost ghost closed this as completed Jun 17, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: bots feature Indicates new feature requests or new features
Projects
None yet
Development

No branches or pull requests

0 participants