How to capture cookie information from one service that Pega hits and how can we send that cookie information to other service
I am trying to integrate Pega and Rally,There are 2 services where we need to send cookie information received from one service needs to be sent as parameter to other Service.
https://sandbox.dummyrally.com/slm/webservice/v2.0/security/authorize
Please refer the latest update on the discussion named "Pega Rally Integration" which has all the details.
I am able to create user story using CURL command at client end and user story being created in Rally but with pega I am getting the error "Not authorized to perform action: Invalid key"
curl from cmd prompt:
curl -u "sunilku*****@a*****:***" https://sandbox.dummyrally.com/slm/webservice/v2.0/security/authorize -c cookie.txt
I am trying to integrate Pega and Rally,There are 2 services where we need to send cookie information received from one service needs to be sent as parameter to other Service.
https://sandbox.dummyrally.com/slm/webservice/v2.0/security/authorize
Please refer the latest update on the discussion named "Pega Rally Integration" which has all the details.
I am able to create user story using CURL command at client end and user story being created in Rally but with pega I am getting the error "Not authorized to perform action: Invalid key"
curl from cmd prompt:
curl -u "sunilku*****@a*****:***" https://sandbox.dummyrally.com/slm/webservice/v2.0/security/authorize -c cookie.txt
curl -u 'sunilku*****@a*****:***' -H "Content-Type: application/json" -d '{"HierarchicalRequirement": {"Name": "mystorySunilTest12"}}' https://sandbox.dummyrally.com/slm/webservice/v2.0/HierarchicalRequirement/create?key=17c1b237-4d02-4694-9660-e4a131587c4c -b cookie.txt
Please need help regarding this issue
Please refer the latest update on the discussion named "Pega Rally Integration" which has all the details and please help me in resolving this connectivity -
Message was edited by: Vidyaranjan Av| edited links & included original thread url