I m managing to pass cookie data with html cookie manager to http requests when they are get request but my post request stays with [no cookies]
even if the html cookie manager is set.
the configuration is :
one post request and one redirect to a get request that sets the manually provided cookie. the manually provided cookie is supposed to be used in the first post request...
How can i do to pass the cookie to the post request?
thank you