fuel
fuel copied to clipboard
Redirection count should limit to 10, not redirect forever
https://tools.ietf.org/html/rfc7231#section-6.4.1
RFC 7231 - 6.4. Redirection 3xx says:
A client SHOULD detect and intervene in cyclical redirections (i.e., "infinite" redirection loops). Note: An earlier version of this specification recommended a maximum of five redirections ([RFC2068], Section 10.3). Content developers need to be aware that some clients might implement such a fixed limitation.
is this still outstanding ?
It is ... currently, the RedirectInterceptor redirects forever™ 😅
ok, are you going to pick this up?