-
Notifications
You must be signed in to change notification settings - Fork 718
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
redirect with cookies and headers #19
Comments
@mostafadahab - You may have to set HTTP mode to take advantage for cookiejar capability. Please have a look here. Default mode is REST. |
Thanks for inputs, will have a look and let you know. |
I think this will help |
@mostafadahab Thank you for your patient. I was bit occupied in the day work. Currently I'm working on this issue and other request from your end. I will update you! |
I went through given reference and golang/go#4800 for redirect. go-resty will add all the headers during a redirect for the same host. It is available in master. Can you please try and share you feedback on this issue? |
Did you get a chance to have a look? Thanks. |
I'll check this weekend |
Okay, sounds good. |
done! |
like other http libs for golang
when redirect cookies disappear
The text was updated successfully, but these errors were encountered: