-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Can allow_redirects be supported on the HTTP/WebSocket? #5312
Labels
Comments
请描述一下你想要 |
就最简单的 比如说get() download()支持302跟随 |
可能我描述的不是很清楚,是HTTP/WebSocket客户端 |
HTTP/WebSocket客户端不支持这么操作,看看能否通过HTTP/WebSocket客户端的 |
但是我302跳转可能是三个302或者两个302 那没办法的话我只能自己写逻辑了:( |
你说的是 Coroutine HTTP Client 吧,现在都不用那个了,直接用 cURL 就有,社区库用 guzzle 就可以。 |
那我看看别的库什么的 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please answer these questions before submitting your issue.
What did you do? If possible, provide a simple script for reproducing the error.
support allow_redirects on the HTTP/WebSocket
What did you expect to see?
What did you see instead?
What version of Swoole are you using (show your
php --ri swoole
)?What is your machine environment used (show your
uname -a
&php -v
&gcc -v
) ?The text was updated successfully, but these errors were encountered: