8000 HTTP listener is modifying the header in wrong way · Issue #76 · nadoo/glider · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

HTTP listener is modifying the header in wrong way #76

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

Closed
rankjie opened this issue Nov 20, 2018 · 4 comments
Closed

HTTP listener is modifying the header in wrong way #76

rankjie opened this issue Nov 20, 2018 · 4 comments
Labels

Comments

@rankjie
Copy link
Contributor
rankjie commented Nov 20, 2018

e.g.
The server's original response has 2 Set-Cookie in the header.
c3b7ec53-c83d-422a-a498-7715c4eec75c

Glider will concatenate the two Set-Cookie without add ; in between, this is causing problems for certain websites.
deaef0a1-6a10-484d-a885-aab686539749

I suggest keeping the headers the way it was, not to change the actual content.

@rankjie
Copy link
Contributor Author
rankjie commented Nov 20, 2018

I believe the writeHeaders function in proxy/http/http.go is the cause.

@nadoo nadoo added the bug label Nov 21, 2018
@nadoo
Copy link
Owner
nadoo commented Nov 21, 2018

@rankjie Thanks for your response, I'll fix it later.

@nadoo nadoo closed this as completed in 2813e80 Nov 21, 2018
@nadoo nadoo reopened this Nov 21, 2018
@nadoo
Copy link
Owner
nadoo commented Nov 28, 2018

Hi @rankjie , you can try v0.6.9 and see whether this issue fixed.

@nadoo
Copy link
Owner
nadoo commented Mar 6, 2019

Feel free to reopen this issue when the problem still exists.

@nadoo nadoo closed this as completed Mar 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants
0