Skip to content

Cookie printing and security fixes

Compare
Choose a tag to compare
@Hi-Fi Hi-Fi released this 01 Mar 18:38
· 14 commits to develop since this release
  • Updated HTTPclient to 0.0.6, which allows printing of all cookies that are in the request.
  • Fixed multiple security issues in dependencies: #54, #55, #56, #57, #58, #59, #60

Example of printing out all cookies:

    Create Session  google  http://www.google.com
    ${resp}=  Get Request  google  /
    Log    ${resp.cookies}