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

Make pre-request scripts operate on completely prepared request #2250

Commits on May 6, 2024

  1. Make pre-request scripts operate on completely prepared request

    The pre-request script phase is now executed after configureRequest. That means the
    'req' object in pre-request script has access to more data, including evaluated variables, set authorization headers, etc.
    
    fixes usebruno#2249
    Mateusz Pietryga committed May 6, 2024
    Configuration menu
    Copy the full SHA
    6459448 View commit details
    Browse the repository at this point in the history