-
Notifications
You must be signed in to change notification settings - Fork 140
Open
Labels
questionFurther information is requestedFurther information is requested
Description
If there are multiple '=' in the cookie pair, the value will be truncated by the second '='. Should the complete value be extracted? For example, key1=value_key=value_value; The cookie extracted in ja4h is key1=value_key. Should it be key1=value_key=value_value, where key1 participates in sorting
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested