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
As of right now, communications.Response.reditect() returns the 302 HTTP code. This might be incorrect, whereas the 301 or 308 codes might be better. Alternatively, a default parameter could be added to the method, such as code:int = 302.
The text was updated successfully, but these errors were encountered:
As of right now,
communications.Response.reditect()
returns the302
HTTP code. This might be incorrect, whereas the301
or308
codes might be better. Alternatively, a default parameter could be added to the method, such ascode:int = 302
.The text was updated successfully, but these errors were encountered: