You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cohttp lists 308 as a code for "Resume Incomplete", but some hosts use it for "Permanent Redirect".
It seems that the earlier is nonstandard, but I'm not too sure.
Hi,
Cohttp lists 308 as a code for "Resume Incomplete", but some hosts use it for "Permanent Redirect".
It seems that the earlier is nonstandard, but I'm not too sure.
References: httpstatuses, MDN, RFC7538