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
Add a class that holds the enum list (class constants) of supported redirect HTTP status codes - like 301 and 302. Note that everything other than 301 is not yet used out of the box, but there is a filter around a 301; adding a constant for 302, for example, would allow someone to use this as well to set a 302 redirect.
Add a class that holds the enum list (class constants) of supported redirect HTTP status codes - like 301 and 302. Note that everything other than 301 is not yet used out of the box, but there is a filter around a
301
; adding a constant for 302, for example, would allow someone to use this as well to set a 302 redirect.Something like:
The text was updated successfully, but these errors were encountered: