Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: process cookies in failed responses #251

Merged
merged 5 commits into from
Sep 20, 2023
Merged

fix: process cookies in failed responses #251

merged 5 commits into from
Sep 20, 2023

Commits on Sep 19, 2023

  1. fix: process cookies in failed responses

    This commit updates our support for cookies
    to allow cookies to be scraped from non-2xx
    responses in addition to 2xx responses.
    
    Signed-off-by: Phil Adams <phil_adams@us.ibm.com>
    padamstx committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    c10c335 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. chore: address review comments

    Signed-off-by: Dustin Popp <dpopp07@gmail.com>
    dpopp07 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    5ef7569 View commit details
    Browse the repository at this point in the history
  2. chore: fix linting errors

    Signed-off-by: Dustin Popp <dpopp07@gmail.com>
    dpopp07 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    efe494d View commit details
    Browse the repository at this point in the history
  3. chore: fix tests

    Signed-off-by: Dustin Popp <dpopp07@gmail.com>
    dpopp07 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    34d8de7 View commit details
    Browse the repository at this point in the history
  4. chore: address comment

    Signed-off-by: Dustin Popp <dpopp07@gmail.com>
    dpopp07 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    4faceae View commit details
    Browse the repository at this point in the history