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

fix CookieJar process set cookie when value has = & HttpClient support custom headers.Cookie #62

Merged
merged 1 commit into from
Sep 11, 2022

Conversation

nealnote
Copy link
Contributor

@nealnote nealnote commented Sep 9, 2022

  1. fix CookieJar process set cookie when value has =
  2. fix CookieJar get cookie string, cookie join with ;
  3. remove cookie value encode while server give cookie value
  4. HttpClient support custom headers.Cookie

2. fix CookieJar get cookie string, cookie join with `; `
3. remove cookie value encode while server give cookie value
4. HttpClient support custom headers.Cookie
@zerodytrash
Copy link
Owner

thanks, that works.
the only thing we might have to adjust is the compatibility to cookie strings that don't have a space after the semicolon. but that's not important i guess.

@zerodytrash zerodytrash merged commit e838967 into zerodytrash:main Sep 11, 2022
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

Successfully merging this pull request may close these issues.

None yet

2 participants