Is there any way to make multiple http requests with a shared session using the

Certified Associate Developer
Is there any way to make multiple http requests with a shared session using the HTTPRequests plugin? (Short of creating my own plugin).

I need to make two http GET requests in series however the second request is dependent on session information created during the first request....

OriginalPostID-84653

OriginalPostID-84653

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Associate Developer
    Unfortunately that's a slightly different use case than what I have. Though I am also authenticating with a service it relies on a session token stored server side - there's no token in the return body or headers.
    Sathya: An interesting idea however I checked and each invocation of the node creates a new session, no luck there.
Reply
  • 0
    Certified Associate Developer
    Unfortunately that's a slightly different use case than what I have. Though I am also authenticating with a service it relies on a session token stored server side - there's no token in the return body or headers.
    Sathya: An interesting idea however I checked and each invocation of the node creates a new session, no luck there.
Children
No Data