Hi! Now that global logon has been implemented, how can you take the value of the cookie needed? I only can get it manually, but need to programmatically obtain it; however, cannot do it requesting login with basic auth anymore.
It only works if you provide the header 'Cookie': 'JSESSIONID=<the_actual_value>;'The actual value can be taken from the dev tools once you're logged in. Just look into the network tab, read any requests sent (the request headers).