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
I see. That's unfortunate; nginx generated request IDs seem commonly enough used to warrant trying to support them. Would you be interested in trying to create a fix @shtoltz?
IIRC, there was a problem with false positives before the fix - but there's probably a way to fix both.
After change in #92 request_id generated by Nginx doesn't pass default validation.
Example log from nginx:
With validator's logic before change:
fragment
e5bb
has changed to45bb
but request_id is still validWith current validator's logic:
According to the docs:
The text was updated successfully, but these errors were encountered: