-
Notifications
You must be signed in to change notification settings - Fork 35
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
Transport Cookies not passed -> Could not assign Workitem #61
Comments
Hello jesper, Thank you for the quick response. Do I have to specify, define or pass the cookies somewhere, after you updated the lib? |
Hi, I expected the cookies to be assigned to the first call (logging in) and took them from there. (see dffa8ad#diff-9e4a1f402680e813c78e2a66d9b8b7ff039fa510dac419d880a8968327ce3ab8R92 ) |
I have to excuse for the confusion. You have understood my issue right! It works like a charm :) Tested it five time. No errors at all. It finds the project instantly and our load balancer gets the right cookies. Thanks a lot! |
When do you think you will release a update? |
It was released today with version 0.4.0 |
Thanks a lot! |
Attempt to pass cookies to other services #61
Hello,
We have a 2 server setup for Polarion in AWS, and the 2 servers run behind a load balancer.
The problem we encounter is that it happes often that we authenticate on one of the servers, and the next request goes to the other server and we get the following error:
My question now is, how I can pass the transport cookiejar, as well as the session id, via the library, so that our load balacer knows where to route the request?
The text was updated successfully, but these errors were encountered: