iOS 401 error with basic auth set

I am testing using iOS and getting back a 401 even though I’m setting basic auth correctly

iOS test that failed:

Nexus 5 test that succeeded:

Both used the exact same basic auth but only one succeeded.

The iOS agents can’t override request headers and won’t work with anything that needs it (like auth) unfortunately.

Maybe there should be a note abouth this on the auth tab?