Verify the turnstile token

What is the name of the domain?

nosite

What is the issue you’re encountering

I have a function to verifiy all input of my classic asp page, for text it check the lenght of the input and if i can use a regular expression for the content. Is there any rule I can follow for verification of the token turnstile? Is there any pattern to at least know the length of the token? As of now they were 600 characters long, but for the past few days they have increased to 800 or more and my script blocks them. Do you have any suggestions?

Do you have any suggestions?

Yes: don’t do that. Tokens are not guaranteed to have a particular length. The behaviors we support are in our docs. Anything else risks breaking without notice, and as you noticed one day or the other it will break.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.