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

libhv的GetCookie问题 #516

Closed
beanflame opened this issue Apr 7, 2024 · 1 comment
Closed

libhv的GetCookie问题 #516

beanflame opened this issue Apr 7, 2024 · 1 comment

Comments

@beanflame
Copy link

beanflame commented Apr 7, 2024

Cookie : "a=beanflame; b=hello"

"a=beanflame; b=hello"

GetCookie("a") 输出:beanflame
GetCookie("b") 输出:
GetCookie("b")的输出都是空白,是分析问题

GetCookie分析不了,再有问题这样

libhv的GetCookie问题

@ithewei
Copy link
Owner

ithewei commented Apr 8, 2024

带多个name=value的,可以通过遍历cookies的kv查找

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants