I notice that when Authorization Headers are send to the primary connection but not to the second. So when I have my local as primary and external (which needs Auth Headers), I cannot use the external connection.
Logs:
Upload description: Akasiek
Additional information:
Reproduction steps:
When adding new connection, add a secondary connection that needs Authorization Header. Add Authorization Header and be sure that the primary connection is inaccessible. This will not send Headers to the secondary connection but it will send to the primary.
When setting my external hostname as primary connection and adding the Auth Header the connection is tested correctly.
But when I set primary connection to my local IP (which is inaccessible) and set my secondary connection to the external hostname. Also with Auth Header. Then the testing fails.
This looks like the Auth Headers are only passed to the primary connection and not the secondary.