Johnson, Eric wrote:
When a redirect requires that authorization credentials be
retransmitted, does the credential transmission count against the
MaxRetransmits limit? For example if MaxRetransmits is set to 1 and the
consumer is redirected and forced to retransmit both its credentials and
the request will it fail because it needs two retransmits?
Yes. There is no discretion on the count.
You could have a 401 Basic Auth retransmit, a redirect, and another 401
retransmit, and that would count 3 against the limit.
Cheers,
-Polar
Thanks,
Eric