You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by "FSchumacher (via GitHub)" <gi...@apache.org> on 2023/04/18 16:37:09 UTC

[GitHub] [jmeter] FSchumacher commented on issue #5106: Malformed Cookie Exception When Jmeter tries to add Amazon AWSALB Cookie

FSchumacher commented on issue #5106:
URL: https://github.com/apache/jmeter/issues/5106#issuecomment-1513478057

   It is not clear to me, what you have tried, nor what of that didn't work out, as you expected.
   
   I tried the attached aws-cookie,jmx script again, and saw, that the used cookie has expired. If you want to check out the example, you have to change the value of the cookie to something, that is not expired. (Look for `.../OWJRYgHMKiCCD0p122YUyn; Expires=Mon, 24 Jun 2019 11:23:51 GMT; Path=/ ` and change the date to something more recent.
   You can achieve that with replacing the date by a JMeter function call: `...; Expires=${__time(EEE\, d MMM YYYY HH:mm:ss z,)}; Path=/ `
   
   The script was not intended to be used against AWS, but rather to show, that the cookie manager works with such a cookie value, if the default implementation is used.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org