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
We see occasional errors where invalid bot categories are specified. This causes API errors like failed to detect bot: invalid category specified (CATEGORY: SEARCH_ENGINE). The SDK should validate the rule config before sending a decide request to ensure the category / UA is correct.
The text was updated successfully, but these errors were encountered:
We already validate categories via the Wasm. Since we fail-open on an error, we need to send the data to the Decide service to check any rules that can't be run locally and to enhance any local rules with service-only data.
Some cases can be handled in #2641 but I don't think we can do anything more than we currently do for bots.
We see occasional errors where invalid bot categories are specified. This causes API errors like
failed to detect bot: invalid category specified (CATEGORY: SEARCH_ENGINE)
. The SDK should validate the rule config before sending a decide request to ensure the category / UA is correct.The text was updated successfully, but these errors were encountered: