fetchDSL
fetchDSL copied to clipboard
Feature: Remember Authorization between calls
Currently if something like bearer/authorization headers are provided within a single call, they must be repeated for subsequent calls to the same realm.
Instead, the DSL should have the behavior by default to keep authorisation held across the entire set. This should be switchable in the event that someone wants to keep old behaviour.