Re: [fetch-tests] Adding redirect count tests in case of cross origin redirections (#4102)

Sorry, I meant https://github.com/whatwg/fetch/issues/204. We changed CORS to allow redirects after a successful preflight, which would typically (not if you redirect to yourself I suppose) result in another preflight for the new destination.

That's why that test is wrong. Unfortunately when we made the change in Fetch we didn't have the policy of updating tests, but I'm trying to clean all that up now.

View on GitHub: https://github.com/w3c/web-platform-tests/pull/4102#issuecomment-281601076

Received on Wednesday, 22 February 2017 08:24:45 UTC